* regenerate oas to fix duplicate keys * fix clean:oas script * fix max-stack errors * fix max-level condition
36 lines
758 B
TypeScript
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.
|
|
*
|
|
*/
|
|
|