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 StoreCreatePaymentCollection
* type: object
* description: SUMMARY
* description: The details of the payment collection to create.
* x-schemaName: StoreCreatePaymentCollection
* required:
* - cart_id
@@ -9,7 +9,7 @@
* cart_id:
* type: string
* title: cart_id
* description: The payment collection's cart id.
* description: The ID of the cart this payment collection is for.
*
*/