Blame view

config/schema_pyros_config.yml 576 Bytes
a2dbbde1   Alexis Koralewski   Adding new config...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
a2dbbde1   Alexis Koralewski   Adding new config...
19
20
21
22
23
  USR:
    type: any
  SCP:
    type: any
  OCF:
e5f122b6   Alexis Koralewski   Adding env monito...
24
25
26
27
28
29
30
31
    type: any
  ENV:
    type: map
    mapping:
      time_history: 
        type: int
      time_before_plot: 
        type: int
eb71df09   Alexis Koralewski   Add monitoring_na...
32
33
34
35
      monitoring_names_to_be_plotted:
        type: seq
        sequence: 
          - type: str