Validation
Validation of configuration.
validate_config
Validate configuration.
NB - This will fail on raw YAML files, the configuration should be passed through clean_config() first to
convert configuration values to their expected types.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config
|
dict
|
Config dictionary imported by |
required |
schema
|
Schema
|
A schema against which the configuration is to be compared. |
required |
config_type
|
str
|
Description of of configuration being validated. |
required |