Files
medusa-store/www/utils/generated/oas-output/schemas/StoreRegionCountry.ts
T
2024-10-18 17:14:26 +00:00

39 lines
806 B
TypeScript

/**
* @schema StoreRegionCountry
* type: object
* description: The country's details.
* x-schemaName: StoreRegionCountry
* required:
* - id
* properties:
* id:
* type: string
* title: id
* description: The country's ID.
* iso_2:
* type: string
* title: iso_2
* description: The country's ISO 2.
* example: us
* iso_3:
* type: string
* title: iso_3
* description: The country's ISO 3.
* example: usa
* num_code:
* type: string
* title: num_code
* description: The country's num code.
* example: 840
* name:
* type: string
* title: name
* description: The country's name.
* display_name:
* type: string
* title: display_name
* description: The country's display name.
*
*/