chore(oas): [9/n] improve oas schemas (#9166)

This commit is contained in:
Shahed Nasser
2024-09-17 19:27:28 +02:00
committed by GitHub
parent b5ffed6973
commit d2c48228df
20 changed files with 119 additions and 114 deletions
@@ -1,7 +1,7 @@
/**
* @schema AdminProductDeleteResponse
* type: object
* description: SUMMARY
* description: The details of the product deletion.
* x-schemaName: AdminProductDeleteResponse
* required:
* - id
@@ -20,7 +20,7 @@
* deleted:
* type: boolean
* title: deleted
* description: Whether the Product was deleted.
* description: Whether the product was deleted.
*
*/