12 lines
212 B
YAML
12 lines
212 B
YAML
|
stores:
|
||
|
description: |
|
||
|
A list of store objects, where each store object may contain the
|
||
|
following fields:
|
||
|
|
||
|
- ``id``
|
||
|
- ``description``
|
||
|
- ``default``
|
||
|
in: body
|
||
|
required: true
|
||
|
type: array
|