schema_pyros_config.yml
1004 Bytes
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
type: map
mapping:
schema:
type: str
required: True
general:
type: map
required: True
mapping:
logo:
type: str
required: True
color_theme:
type: str
required: True
nb_element_per_page:
type: int
required: True
fn_contexts:
type: map
required: True
mapping:
pyros_seq:
type: map
required: True
mapping:
root_dir:
type: str
description:
type: str
extension:
type: str
naming:
type: str
pathnaming:
type: str
USR:
type: any
SCP:
type: any
OCF:
type: any
ENV:
type: map
mapping:
time_history:
type: int
time_before_plot:
type: int
monitoring_names_to_be_plotted:
type: seq
sequence:
- type: str