docs: generate OAS for v2 (#7883)

This commit is contained in:
Shahed Nasser
2024-07-01 15:35:45 +03:00
committed by GitHub
parent 8fde57263f
commit b9036eca1a
1103 changed files with 125727 additions and 22463 deletions
@@ -0,0 +1,26 @@
/**
* @schema AdminBatchProductVariantRequest
* type: object
* description: SUMMARY
* x-schemaName: AdminBatchProductVariantRequest
* properties:
* create:
* type: array
* description: The product's create.
* items:
* $ref: "#/components/schemas/AdminCreateProductVariant"
* update:
* type: array
* description: The product's update.
* items:
* $ref: "#/components/schemas/AdminUpdateProductVariant"
* delete:
* type: array
* description: The product's delete.
* items:
* type: string
* title: delete
* description: The delete's details.
*
*/