-
-
Notifications
You must be signed in to change notification settings - Fork 595
Closed
Description
I want to check the schema (not validate data by schema)
https://python-jsonschema.readthedocs.org/en/latest/validate/#jsonschema.IValidator.check_schema
But it does not work for me, there is no ValidationErrors
from jsonschema.validators import Draft4Validator
schema = {'foo': 'bar'}
validator = Draft4Validator(schema)
validator.check_schema(schema)
Metadata
Metadata
Assignees
Labels
No labels