Skip to content

General rules for YAML configuration files

Fields in the schema

  • The schema without field allow_unknown means that allow_unknown: False, i.e., only the fields defined in the schema are allowed.
  • The schema without field required means that allow_unknown: False.

General rules

  • Use 1.0e-6 instead of 1e-6 for floating point numbers. The latter is not supported by YAML.