Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
17 lines
293 B
YAML
17 lines
293 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: region
|
|
relations:
|
|
- countries
|
|
- fulfillment_providers
|
|
- payment_providers
|
|
eager:
|
|
- fulfillment_providers
|
|
- payment_providers
|
|
required:
|
|
- region
|
|
properties:
|
|
region:
|
|
description: Region details.
|
|
$ref: ./Region.yaml
|