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:
@@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user