supersonic-models
Version:
Supersonic models and API specifications
34 lines (33 loc) • 1.04 kB
YAML
type: object
required:
- cartId
- timestamp
- kiosk
properties:
timestamp:
type: string
example: "2020-12-06T19:50:00Z"
description: Timestamp from the cart state, it's part of the document path on firestore.
cartId:
type: string
example: "cf9d9350-1ed5-11eb-98af-d198a7520869"
description: Cart ID from the cart state, it's part of the document path on firestore.
kiosk:
type: object
required:
- organisationFirestoreId
- storeFirestoreId
- deviceFirestoreId
properties:
organisationFirestoreId:
type: string
example: "TYIMXJyrsby3hAf4Z1Wk"
description: Organisation ID from database. This is provided by Fingermark.
storeFirestoreId:
type: string
example: "LK0n6Wei0b9By6BDEhaD"
description: Store ID from database. This is provided by Fingermark.
deviceFirestoreId:
type: string
example: "YxfP4JLZwQPmhbeBdkYw"
description: Device ID from database. This is provided by Fingermark.