Skip to main content

"Python validator for himarc JSON Schema"

Project description

Validate instance using Himarc JSON schema V1.0.3.

from json_schema_himarc import
    validate_himarc, get_himarc_validation_errors
)
instance = {}
if not validate_himarc(instance):
    errors = get_himarc_validation_errors(instance)

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

json_schema_himarc-2.9.18.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

json_schema_himarc-2.9.18-py3-none-any.whl (150.3 kB view hashes)

Uploaded Python 3

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