Files
medusa-store/www/utils/generated/oas-output/schemas/AdminShippingProfilesResponse.ts
Shahed Nasser 7b2879d643 chore(docs): Fix docblock-generator OAS tool's max-stack error (#7246)
* regenerate oas to fix duplicate keys

* fix clean:oas script

* fix max-stack errors

* fix max-level condition
2024-05-06 13:41:59 +03:00

32 lines
723 B
TypeScript

/**
* @schema AdminShippingProfilesResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminShippingProfilesResponse
* required:
* - shipping_profiles
* - limit
* - offset
* - count
* properties:
* shipping_profiles:
* type: array
* description: The shipping profile's shipping profiles.
* items:
* $ref: "#/components/schemas/ShippingProfileResponse"
* limit:
* type: number
* title: limit
* description: The shipping profile's limit.
* offset:
* type: number
* title: offset
* description: The shipping profile's offset.
* count:
* type: number
* title: count
* description: The shipping profile's count.
*
*/