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
/
menu
/
spec
/
definitions
/
meal.yaml
23 lines
(22 loc)
•
326 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
type:
object
required:
-
id
-
name
-
conditions
properties:
id:
type:
integer
name:
$ref:
"./translated-text.yaml"
products:
type:
array
items:
type:
integer
categories:
type:
array
items:
type:
integer
conditions:
type:
array
items:
$ref:
"./conditions.yaml"