Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
13 lines
210 B
YAML
13 lines
210 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: store
|
|
relations:
|
|
- currencies
|
|
- default_currency
|
|
required:
|
|
- store
|
|
properties:
|
|
store:
|
|
description: Store details.
|
|
$ref: ./ExtendedStoreDTO.yaml
|