General rules for YAML configuration files¶
Fields in the schema¶
- The schema without field
allow_unknown
means thatallow_unknown: False
, i.e., only the fields defined in the schema are allowed. - The schema without field
required
means thatallow_unknown: False
.
General rules¶
- Use
1.0e-6
instead of1e-6
for floating point numbers. The latter is not supported by YAML.