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,31 @@
/**
* @schema AdminShippingOptionListResponse
* type: object
* description: SUMMARY
* x-schemaName: AdminShippingOptionListResponse
* required:
* - shipping_options
* - limit
* - offset
* - count
* properties:
* shipping_options:
* type: array
* description: The shipping option's shipping options.
* items:
* $ref: "#/components/schemas/AdminShippingOptionResponse"
* limit:
* type: number
* title: limit
* description: The shipping option's limit.
* offset:
* type: number
* title: offset
* description: The shipping option's offset.
* count:
* type: number
* title: count
* description: The shipping option's count.
*
*/