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

36 lines
758 B
TypeScript

/**
* @schema AdminPriceSetPriceResponse
* type: object
* description: The price's prices.
* x-schemaName: AdminPriceSetPriceResponse
* required:
* - id
* - amount
* - currency_code
* - created_at
* - updated_at
* properties:
* id:
* type: string
* title: id
* description: The price's ID.
* amount:
* type: number
* title: amount
* description: The price's amount.
* currency_code:
* type: string
* title: currency_code
* description: The price's currency code.
* created_at:
* type: string
* title: created_at
* description: The price's created at.
* updated_at:
* type: string
* title: updated_at
* description: The price's updated at.
*
*/