supersonic-models
Version:
Supersonic models and API specifications
48 lines (47 loc) • 924 B
YAML
type: object
required:
- datasource
properties:
datasource:
type: object
required:
- provider
- customer
- aloha
- kas
properties:
provider:
type: string
customer:
type: string
aloha:
type: object
required:
- authBasicToken
- companyCode
- siteId
- endpoint
properties:
authBasicToken:
type: string
minLength: 32
companyCode:
type: string
minLength: 5
siteId:
type: string
endpoint:
type: string
kas:
type: object
required:
- organisationId
- storeId
- deviceId
properties:
organisationId:
type: string
storeId:
type: string
deviceId:
type: string