supersonic-models
Version:
Supersonic models and API specifications
57 lines (56 loc) • 1.18 kB
YAML
type: object
required:
- datasource
properties:
datasource:
type: object
required:
- storeId
- organisation
- provider
- customer
- aloha-sdm
properties:
storeId:
type: string
organisation:
type: string
provider:
type: string
customer:
type: string
aloha-sdm:
type: object
required:
- endpoint
- imagesEndpoint
- imagesDemoMode
- licenseCode
- conceptId
- templateId
- defaultMenuId
- defaultModifiers
- mixItemIds
properties:
endpoint:
type: string
imagesEndpoint:
type: string
imagesDemoMode:
type: boolean
licenseCode:
type: string
conceptId:
type: integer
templateId:
type: integer
defaultMenuId:
type: integer
defaultModifiers:
type: array
items:
type: integer
mixItemIds:
type: array
items:
type: integer