Validates a parsed json document against the provided schema. If an error is found a ValidationError is raised.
If there is an issue in the schema a SchemaError will be raised.
Parameters: |
|
---|
Validator largely based upon the JSON Schema proposal but useful for validating arbitrary python data structures.
Parameters: |
|
---|