Skip to main content

No project description provided

Project description

A strict validator for JSON Schema schemas. Only Draft 2020-12 is currently supported.

Usage

From the CLI:

python -m jsonschema-schema-validator <path-to-schema>

From Python:

>>> from jsonschema_schema_validator import validate
>>> schema = {'type': 'boolean'}
>>> validate(schema)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsonschema_schema_validator-0.1.0.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page