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,13 @@
|
||||
/**
|
||||
* @schema AdminFulfillmentSetResponse
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* x-schemaName: AdminFulfillmentSetResponse
|
||||
* required:
|
||||
* - fulfillment_set
|
||||
* properties:
|
||||
* fulfillment_set:
|
||||
* $ref: "#/components/schemas/FulfillmentSetResponse"
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user