9 lines
140 B
YAML
9 lines
140 B
YAML
type: object
|
|
required:
|
|
- payment_providers
|
|
properties:
|
|
payment_providers:
|
|
type: array
|
|
items:
|
|
$ref: ./PaymentProvider.yaml
|