oas: [6/n] Improve admin OAS (#8901)

This commit is contained in:
Shahed Nasser
2024-09-02 09:39:27 +03:00
committed by GitHub
parent 1f2ee24e1d
commit ba653692e1
20 changed files with 3331 additions and 5134 deletions
@@ -0,0 +1,19 @@
/**
* @schema AdminCreateRefundReason
* type: object
* description: SUMMARY
* required:
* - label
* properties:
* label:
* type: string
* title: label
* description: The refund reason's label.
* description:
* type: string
* title: description
* description: The refund reason's description.
* x-schemaName: AdminCreateRefundReason
*
*/