Interface ICreateSwaggerSchemaForApiListResponseOptions

Options for 'createSwaggerSchemaForApiListResponse()' function.

interface ICreateSwaggerSchemaForApiListResponseOptions {
    itemsSchema?: Nilable<SchemaObject | ReferenceObject>;
}

Properties

Properties

itemsSchema?: Nilable<SchemaObject | ReferenceObject>

The schema for the list items

Generated using TypeDoc