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
@@ -108,6 +108,10 @@
* title: email
* description: The customer's email.
* format: email
* has_account:
* type: boolean
* title: has_account
* description: The customer's has account.
* default_billing_address_id:
* type: string
* title: default_billing_address_id
@@ -132,10 +136,7 @@
* type: array
* description: The customer's addresses.
* items:
* type: object
* description: The address's addresses.
* x-schemaName: CustomerAddress
* properties: {}
* $ref: "#/components/schemas/CustomerAddress"
* phone:
* type: string
* title: phone