-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.yml
102 lines (99 loc) · 2.56 KB
/
schema.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
type: map
mapping:
project:
type: str
req: true
version:
type: number
req: true
unit:
type: str
enum: ['week', 'month']
req: true
length:
type: int
req: true
start:
type: any
req: true
options:
type: map
mapping:
key_legend:
type: bool
key_in_block:
type: bool
show_year:
type: bool
title:
type: any
footer:
type: any
label_width:
type: number
one_based:
type: bool
keys:
type: seq
sequence:
- type: map
mapping:
name:
type: str
req: true
color:
type: seq
req: true
sequence:
- type: int
range:
min: 0
max: 255
rows:
type: seq
sequence:
- type: map
mapping:
name:
type: str
req: true
at:
type: any
length:
type: number
stripe:
type: bool
dep:
type: any
key:
type: str
gap:
type: bool
breaks:
type: seq
sequence:
- type: map
mapping:
name:
type: str
req: true
at:
type: any
req: true
length:
type: number
req: true
phases:
type: seq
sequence:
- type: map
mapping:
name:
type: str
req: true
at:
type: any
req: true
length:
type: number
req: true