Files
medusa-store/www/utils/generated/oas-output/schemas/ShippingProfileResponse.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

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
*
*/