Interface ICreateSwaggerSchemaForApiResponseOptions

Options for 'createSwaggerSchemaOfApiResponse()' function.

interface ICreateSwaggerSchemaForApiResponseOptions {
    dataSchema?: Nilable<SchemaObject | ReferenceObject>;
}

Properties

Properties

dataSchema?: Nilable<SchemaObject | ReferenceObject>

The schema for the data property.

Generated using TypeDoc