Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jsonschema): skips populating default if property not in instance
This commit fixes an issue in the set_default wrapper of the validator where a property that may not be in the manifest is being set if it has a default associated with it. This leads to inconsistencies when attributes like additionalProperties are used.
- Loading branch information