Files
medusa-store/www/utils/generated/oas-output/schemas/AdminFulfillmentProviderListResponse.ts
Shahed Nasser 5eafa5a184 oas: [5/n] improve oas schemas (#9066)
Improve oas schemas [5/n]
2024-09-10 12:03:18 +00:00

32 lines
815 B
TypeScript

/**
* @schema AdminFulfillmentProviderListResponse
* type: object
* description: The paginated list of fulfillment providers.
* x-schemaName: AdminFulfillmentProviderListResponse
* required:
* - limit
* - offset
* - count
* - fulfillment_providers
* properties:
* limit:
* type: number
* title: limit
* description: The maximum number of items returned.
* offset:
* type: number
* title: offset
* description: The number of items skipped before retrieving the returned items.
* count:
* type: number
* title: count
* description: The total count of items.
* fulfillment_providers:
* type: array
* description: The list of fulfillment providers.
* items:
* $ref: "#/components/schemas/AdminFulfillmentProvider"
*
*/