* regenerate oas to fix duplicate keys * fix clean:oas script * fix max-stack errors * fix max-level condition
49 lines
1.1 KiB
TypeScript
49 lines
1.1 KiB
TypeScript
/**
|
|
* @schema ShippingProfileResponse
|
|
* type: object
|
|
* description: The shipping profile's details.
|
|
* x-schemaName: ShippingProfileResponse
|
|
* required:
|
|
* - id
|
|
* - name
|
|
* - type
|
|
* - metadata
|
|
* - created_at
|
|
* - updated_at
|
|
* - deleted_at
|
|
* properties:
|
|
* id:
|
|
* type: string
|
|
* title: id
|
|
* description: The shipping profile's ID.
|
|
* name:
|
|
* type: string
|
|
* title: name
|
|
* description: The shipping profile's name.
|
|
* type:
|
|
* type: string
|
|
* title: type
|
|
* description: The shipping profile's type.
|
|
* metadata:
|
|
* type: object
|
|
* description: The shipping profile's metadata.
|
|
* properties: {}
|
|
* created_at:
|
|
* type: string
|
|
* title: created_at
|
|
* description: The shipping profile's created at.
|
|
* format: date-time
|
|
* updated_at:
|
|
* type: string
|
|
* title: updated_at
|
|
* description: The shipping profile's updated at.
|
|
* format: date-time
|
|
* deleted_at:
|
|
* type: string
|
|
* title: deleted_at
|
|
* description: The shipping profile's deleted at.
|
|
* format: date-time
|
|
*
|
|
*/
|
|
|