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
This commit is contained in:
Shahed Nasser
2024-05-06 13:41:59 +03:00
committed by GitHub
parent b39de05535
commit 7b2879d643
187 changed files with 7495 additions and 11011 deletions
@@ -0,0 +1,35 @@
/**
* @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.
*
*/