* regenerate oas to fix duplicate keys * fix clean:oas script * fix max-stack errors * fix max-level condition
32 lines
723 B
TypeScript
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.
|
|
*
|
|
*/
|
|
|