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 AdminPriceListDeleteResponse
* type: object
* description: SUMMARY
* description: The details of the deleted price list.
* x-schemaName: AdminPriceListDeleteResponse
* required:
* - id
@@ -20,7 +20,7 @@
* deleted:
* type: boolean
* title: deleted
* description: Whether the Price List was deleted.
* description: Whether the price list was deleted.
*
*/