chore(oas): [20/n] improve oas schemas (#9337)

Improve oas schemas [20/n]
This commit is contained in:
Shahed Nasser
2024-09-26 17:21:07 +00:00
committed by GitHub
parent ef15c60386
commit 229da19029
26 changed files with 104 additions and 652 deletions
@@ -1,7 +1,7 @@
/**
* @schema StoreCreateCustomer
* type: object
* description: SUMMARY
* description: The details of the customer to create.
* x-schemaName: StoreCreateCustomer
* required:
* - email
@@ -29,7 +29,7 @@
* description: The customer's phone.
* metadata:
* type: object
* description: The customer's metadata.
* description: The customer's metadata, can hold custom key-value pairs.
*
*/