chore(oas): [17/n] improve OAS schemas (#9284)
Improve OAS schemas [17/n]
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
* type: object
|
||||
* description: The payment provider's payment providers.
|
||||
* x-schemaName: BasePaymentProvider
|
||||
* required:
|
||||
* - is_enabled
|
||||
* - id
|
||||
* properties:
|
||||
* id:
|
||||
* type: string
|
||||
* title: id
|
||||
* description: The payment provider's ID.
|
||||
* is_enabled:
|
||||
* type: boolean
|
||||
* title: is_enabled
|
||||
* description: Whether the payment provider is enabled.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user