oas: [2/n] improve schema oas (#9040)

This commit is contained in:
Shahed Nasser
2024-09-06 18:53:07 +03:00
committed by GitHub
parent 0482b7751d
commit 7a80593b68
20 changed files with 168 additions and 204 deletions
@@ -1,7 +1,7 @@
/**
* @schema AdminCreateCustomerGroup
* type: object
* description: SUMMARY
* description: The customer group's details.
* x-schemaName: AdminCreateCustomerGroup
* required:
* - name
@@ -12,7 +12,7 @@
* description: The customer group's name.
* metadata:
* type: object
* description: The customer group's metadata.
* description: The customer group's metadata, used to store custom key-value pairs.
*
*/