supersonic-models
Version:
Supersonic models and API specifications
54 lines (53 loc) • 1.15 kB
YAML
type: object
required:
- datasource
properties:
datasource:
type: object
required:
- storeId
- organisation
- provider
- customer
- posist
properties:
storeId:
type: string
organisation:
type: string
provider:
type: string
customer:
type: string
posist:
type: object
required:
- authBasicToken
- customerKey
- baseUrl
- tabtype
- imagePaths
properties:
authBasicToken:
type: string
minLength: 72
customerKey:
type: string
minLength: 72
baseUrl:
type: string
tabtype:
type: string
imagePaths:
type: object
required:
- baseUrl
- productFilenamePrefix
- categoryFilenamePrefix
properties:
baseUrl:
type: string
productFilenamePrefix:
type: string
categoryFilenamePrefix:
type: string