Files
medusa-store/www/utils/generated/oas-output/schemas/AdminStockLocationListResponse.ts
Shahed Nasser cebffc7a11 chore(oas): [13/n] improve oas schemas (#9201)
* chore(oas): [13/n] improve oas schemas

* remove tax region name
2024-09-22 14:50:26 +02:00

32 lines
774 B
TypeScript

/**
* @schema AdminStockLocationListResponse
* type: object
* description: The paginated list of stock locations.
* x-schemaName: AdminStockLocationListResponse
* required:
* - limit
* - offset
* - count
* - stock_locations
* 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 number of items.
* stock_locations:
* type: array
* description: The list of stock locations.
* items:
* $ref: "#/components/schemas/AdminStockLocation"
*
*/