schema_pyros_config.yml 576 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
  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