tardis.io.config_validator module¶
- tardis.io.config_validator.extend_with_default(validator_class)[source]¶
Extend a
jsonschema.IValidator
to also set default values on properties. By default jsonschema ignores default values.- Parameters
- validator_class
The
jsonschema.IValidator
class to extend
- Returns
- The extended
jsonschema.IValidator
- The extended