Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python-jsonschema/referencing
Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!)
https://github.com/python-jsonschema/referencing
api asyncapi hypermedia json json-schema jsonschema openapi
Last synced: 22 days ago
JSON representation
Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!)
- Host: GitHub
- URL: https://github.com/python-jsonschema/referencing
- Owner: python-jsonschema
- License: mit
- Created: 2022-11-21T23:26:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T10:53:56.000Z (27 days ago)
- Last Synced: 2024-10-12T18:31:08.474Z (24 days ago)
- Topics: api, asyncapi, hypermedia, json, json-schema, jsonschema, openapi
- Language: Python
- Homepage: https://referencing.readthedocs.io/
- Size: 497 KB
- Stars: 37
- Watchers: 3
- Forks: 12
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Funding: .github/FUNDING.yml
- License: COPYING
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
===============
``referencing``
===============|PyPI| |Pythons| |CI| |ReadTheDocs| |pre-commit|
.. |PyPI| image:: https://img.shields.io/pypi/v/referencing.svg
:alt: PyPI version
:target: https://pypi.org/project/referencing/.. |Pythons| image:: https://img.shields.io/pypi/pyversions/referencing.svg
:alt: Supported Python versions
:target: https://pypi.org/project/referencing/.. |CI| image:: https://github.com/python-jsonschema/referencing/workflows/CI/badge.svg
:alt: Build status
:target: https://github.com/python-jsonschema/referencing/actions?query=workflow%3ACI.. |ReadTheDocs| image:: https://readthedocs.org/projects/referencing/badge/?version=stable&style=flat
:alt: ReadTheDocs status
:target: https://referencing.readthedocs.io/en/stable/.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/python-jsonschema/referencing/main.svg
:alt: pre-commit.ci status
:target: https://results.pre-commit.ci/latest/github/python-jsonschema/referencing/mainAn implementation-agnostic implementation of JSON reference resolution.
See `the documentation `_ for more details.