UNPKG
supersonic-models
Version:
latest (1.0.1-beta.5)
1.0.1-beta.5
1.0.1-beta.4
1.0.1-beta.3
1.0.1-beta.2
1.0.1-beta.1
1.0.1-beta.0
Supersonic models and API specifications
bitbucket.org/fingermarkltd/supersonic-models
supersonic-models
/
src
/
order
/
spec
/
definitions
/
cart-mode.yaml
7 lines
(6 loc)
•
137 B
YAML
View Raw
1
2
3
4
5
6
7
type:
string
enum:
[
"DINE_IN"
,
"TAKEAWAY"
]
example:
"DINE_IN"
description:
| * DINE_IN: Dine
in
orders; * TAKEAWAY: Takeaway orders.