oas: [4/n] improve oas schemas (#9064)

Improve oas schemas [4/n]
This commit is contained in:
Shahed Nasser
2024-09-09 18:52:49 +00:00
committed by GitHub
parent dfb095e2ea
commit abb5f0c2fe
20 changed files with 143 additions and 143 deletions
@@ -1,7 +1,7 @@
/**
* @schema AdminDeletePaymentCollectionResponse
* type: object
* description: SUMMARY
* description: The result of deleting the payment collection.
* x-schemaName: AdminDeletePaymentCollectionResponse
* required:
* - id
@@ -15,12 +15,12 @@
* object:
* type: string
* title: object
* description: SUMMARY
* description: The name of the object that was deleted.
* default: payment-collection
* deleted:
* type: boolean
* title: deleted
* description: SUMMARY
* description: Whether the object was deleted.
*
*/