chore(oas): [7/n] improve oas schemas (#9162)
This commit is contained in:
@@ -1,8 +1,20 @@
|
||||
/**
|
||||
* @schema AdminPaymentProvider
|
||||
* type: object
|
||||
* description: The payment provider's payment providers.
|
||||
* description: The payment provider's details.
|
||||
* x-schemaName: AdminPaymentProvider
|
||||
* 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