{
    "mode": "pydoc",
    "parameter": "jsonschema",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/pydoc/jsonschema/json",
    "generated": "2026-06-02T13:23:45Z",
    "sections": {
        "NAME": {
            "content": "jsonschema - An implementation of JSON Schema for Python\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The main functionality is provided by the validator classes for each of the\nsupported JSON Schema versions.\n\nMost commonly, `validate` is the quickest way to simply validate a given\ninstance under a schema, and will create a validator for you.\n",
            "subsections": []
        },
        "PACKAGE CONTENTS": {
            "content": "main\nformat\nlegacyvalidators\nreflect\ntypes\nutils\nvalidators\nbenchmarks (package)\ncli\ncompat\nexceptions\ntests (package)\nvalidators\n",
            "subsections": []
        },
        "DATA": {
            "content": "draft3formatchecker = <FormatChecker checkers=['date', 'email', 'hos...\ndraft4formatchecker = <FormatChecker checkers=['email', 'hostname', ...\ndraft6formatchecker = <FormatChecker checkers=['email', 'hostname', ...\ndraft7formatchecker = <FormatChecker checkers=['date', 'email', 'hos...\n",
            "subsections": []
        },
        "VERSION": {
            "content": "3.2.0\n",
            "subsections": []
        },
        "FILE": {
            "content": "/usr/lib/python3/dist-packages/jsonschema/init.py\n\n",
            "subsections": []
        }
    },
    "summary": "jsonschema - An implementation of JSON Schema for Python",
    "flags": [],
    "examples": [],
    "see_also": []
}