Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
jsonschema-extras 0.2.0 documentation
jsonschema-extras 0.2.0 documentation
  • Home
  • Accessing schemas on a filesystem
  • Schemas
    • Bundled schemas
  • Formats
    • Bundled formats
  • Other utilities

API

  • jsonschema_extras package
    • jsonschema_extras.formats package
      • jsonschema_extras.formats.numbers_range module
      • jsonschema_extras.formats.slice_string module
    • jsonschema_extras.registries package
      • jsonschema_extras.registries.retrieval package
        • jsonschema_extras.registries.retrieval.json module
      • jsonschema_extras.registries.filesystem module
    • jsonschema_extras.typing module
Back to top
View this page
Edit this page

jsonschema-extras¶

PyPI version Python versions License

Utilities for working with the JSON Schema Python library jsonschema.

Features¶

  • Schemas bundled with the library

  • Formats bundled with the library

  • Utilities for accessing schemas on a filesystem

  • Other generally useful utilities

Installation¶

Install via pip:

pip install jsonschema-extras

Contributing¶

Repository on GitHub

Contributions are welcome, but please consider discussing it in GitHub issues before committing to it.

Next
Accessing schemas on a filesystem
Copyright © 2026 Viacheslav Syropiatov
Made with Sphinx and @pradyunsg's Furo
On this page
  • jsonschema-extras
    • Features
    • Installation
    • Contributing