Contents

jsonschema 4.26.0

0

An implementation of JSON Schema validation for Python

An implementation of JSON Schema validation for Python

Stars: 4928, Watchers: 4928, Forks: 608, Open Issues: 45

The python-jsonschema/jsonschema repo was created 14 years ago and the last code push was Yesterday.
The project is very popular with an impressive 4928 github stars!

How to Install jsonschema

You can install jsonschema using pip

pip install jsonschema

or add it to a project with poetry

poetry add jsonschema

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/jsonschema/
Documentation:
https://python-jsonschema.readthedocs.io/
GitHub Repo:
https://github.com/Julian/jsonschema

Classifiers

  • File Formats/JSON
  • File Formats/JSON/JSON Schema
No  jsonschema  pypi packages just yet.

Errors

A list of common jsonschema errors.

Code Examples

Here are some jsonschema code examples and snippets.

GitHub Issues

The jsonschema package has 45 open issues on GitHub

  • Instance validates if multipleOf is an integer, but fails if it's a float

See more issues on GitHub

Related Packages & Articles

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

python-json-logger 4.0.0

Enhance Python logging with python-json-logger, a library that outputs log data as JSON objects. Customize fields and integrate easily with existing logs.

httpie 3.2.4

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.