# jsonschema - pydoc - phpman

Help on package jsonschema:

## NAME
    jsonschema - An implementation of JSON Schema for Python

## DESCRIPTION
    The main functionality is provided by the validator classes for each of the
    supported JSON Schema versions.

    Most commonly, `validate` is the quickest way to simply validate a given
    instance under a schema, and will create a validator for you.

## PACKAGE CONTENTS
    __main__
    _format
    _legacy_validators
    _reflect
    _types
    _utils
    _validators
    benchmarks (package)
    cli
    compat
    exceptions
    tests (package)
    validators

## DATA
    draft3_format_checker = <FormatChecker checkers=['date', 'email', 'hos...
    draft4_format_checker = <FormatChecker checkers=['email', 'hostname', ...
    draft6_format_checker = <FormatChecker checkers=['email', 'hostname', ...
    draft7_format_checker = <FormatChecker checkers=['date', 'email', 'hos...

## VERSION
    3.2.0

## FILE
    /usr/lib/python3/dist-packages/jsonschema/__init__.py


