70435d5631
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
16 lines
260 B
YAML
16 lines
260 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: region
|
|
relations:
|
|
- countries
|
|
- fulfillment_providers
|
|
- payment_providers
|
|
eager:
|
|
- fulfillment_providers
|
|
- payment_providers
|
|
required:
|
|
- region
|
|
properties:
|
|
region:
|
|
$ref: ./Region.yaml
|