UNPKG

supersonic-models

Version:

Supersonic models and API specifications

62 lines (61 loc) 1.33 kB
type: object required: - datasource properties: datasource: type: object required: - storeId - organisation - provider - customer - brink properties: storeId: type: string organisation: type: string provider: type: string customer: type: string brink: type: object required: - accessToken - locationToken - endpoint - wsdlOptions properties: accessToken: type: string locationToken: type: string endpoint: type: object required: - base - service properties: base: type: string service: type: string wsdlOptions: type: object required: - namespace - xmlnsAttributes properties: namespace: type: string xmlnsAttributes: type: object required: - name - value properties: name: type: string value: type: string