schema_pyros_config.yml 1004 Bytes
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