magpie.config¶
Attributes¶
Functions¶
|
Validator that applies inplace defaults in the instance when provided by the schema. |
|
Validate configuration within the |
Module Contents¶
- magpie.config.extend_with_default(validator_class: jsonschema.protocols.Validator) jsonschema.protocols.Validator [source]¶
Validator that applies inplace defaults in the instance when provided by the schema.
- magpie.config.validate_services_config(services_configuration: magpie.typedefs.JSON) magpie.typedefs.ServicesConfig [source]¶
Validate configuration within the
providers
section.See also
- Parameters:
services_configuration – Service definitions loaded from one or more combined configuration files.
- Returns:
Services configuration with validated schema and applied defaults.