--- id: jsonschema-path version: "0.5.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # jsonschema-path — JSONSchema Spec with object-oriented paths License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install jsonschema-path uv add jsonschema-path poetry add jsonschema-path ## Description *************** JSONSchema Path *************** .. image:: https://img.shields.io/pypi/v/jsonschema-path.svg :target: https://pypi.python.org/pypi/jsonschema-path .. image:: https://travis-ci.org/p1c2u/jsonschema-path.svg?branch=master :target: https://travis-ci.org/p1c2u/jsonschema-path .. image:: https://img.shields.io/codecov/c/github/p1c2u/jsonschema-path/master.svg?style=flat :target: https://codecov.io/github/p1c2u/jsonschema-path?branch=master .. image:: https://img.shields.io/pypi/pyversions/jsonschema-path.svg :target: https://pypi.python.org/pypi/jsonschema-path .. image:: https://img.shields.io/pypi/format/jsonschema-path.svg :target: https://pypi.python.org/pypi/jsonschema-path .. image:: https://img.shields.io/pypi/status/jsonschema-path.svg :target: https://pypi.python.org/pypi/jsonschema-path About ##### Object-oriented JSONSchema Key features ############ * Traverse schema like paths * Access schema on demand with separate dereferencing accessor layer Installation ############ .. code-block:: console pip install jsonschema-path Alternatively you can download the code and install from the repository: .. code-block::... ## AI interpretation — verify before relying Provides object-oriented traversal and dereferencing of JSON Schema documents, allowing you to navigate schema structures like file paths and resolve `$ref` references on demand. Verdict: A lightweight, actively maintained library for navigating JSON Schema documents with object-oriented paths and implicit reference resolution. No known vulnerabilities, permissive license, and low install friction make it suitable for OpenAPI/Swagger tooling and schema validation pipelines. [View on SkillFed](https://skillfed.io/packages/jsonschema-path) · [View on PyPI](https://pypi.org/project/jsonschema-path/)