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

Other utilities¶

  • RetrieversChain – chain of responsibility composed of retriever functions (used to initialize referencing.Registry).

  • RetrievalURITranslator – decorator for a Retrieve callable translating URIs that match with a given old base URI to a new base URI.

  • to_maybe_cached_resource() (also to_resource() and to_cached_resource()) - utility decorators used to make a callable retrieving text by URI into a callable retrieving a Resource by URI, with optional caching.

Next
jsonschema_extras package
Previous
Bundled formats
Copyright © 2026 Viacheslav Syropiatov
Made with Sphinx and @pradyunsg's Furo