Files
medusa-store/www/utils/generated/oas-output/schemas/AdminCreateStockLocation.ts
Shahed Nasser 4b8d9cc735 oas: [3/n] improve oas schemas (#9042)
Improve oas schemas [3/n]
2024-09-07 06:16:00 +00:00

25 lines
617 B
TypeScript

/**
* @schema AdminCreateStockLocation
* type: object
* description: The stock location's details.
* x-schemaName: AdminCreateStockLocation
* required:
* - name
* properties:
* name:
* type: string
* title: name
* description: The stock location's name.
* address_id:
* type: string
* title: address_id
* description: The ID of the stock location's address.
* address:
* $ref: "#/components/schemas/AdminUpsertStockLocationAddress"
* metadata:
* type: object
* description: The stock location's metadata, used to store custom key-value pairs.
*
*/