Validator implementation
JSON Schema validator.
Can be used to validate any JSON document against a json_schema_validator.schema.Schema.
Validate specified JSON object obj with specified Schema instance schema.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True on success |
Raises: |
|