Blame view

config/schema_pyros_config.yml 1004 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
77d4b621   Alexis Koralewski   Add Filenames to ...
19
20
21
22
      fn_contexts:
        type: map
        required: True
        mapping: 
77d4b621   Alexis Koralewski   Add Filenames to ...
23
24
25
26
27
28
29
30
31
32
33
34
35
36
          pyros_seq:
            type: map 
            required: True
            mapping:
              root_dir:
                type: str
              description:
                type: str
              extension:
                type: str   
              naming: 
                type: str
              pathnaming:
                type: str
a2dbbde1   Alexis Koralewski   Adding new config...
37
38
39
40
41
  USR:
    type: any
  SCP:
    type: any
  OCF:
e5f122b6   Alexis Koralewski   Adding env monito...
42
43
44
45
46
47
48
49
    type: any
  ENV:
    type: map
    mapping:
      time_history: 
        type: int
      time_before_plot: 
        type: int
eb71df09   Alexis Koralewski   Add monitoring_na...
50
51
52
53
      monitoring_names_to_be_plotted:
        type: seq
        sequence: 
          - type: str