Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
jsonschema-diff 0.1.2 documentation
Light Logo Dark Logo

Basic use

  • Quick Start
    • CLI
    • Python Interface
    • Sphinx Extension
  • Colorize
  • Config Maker
  • How read it?
    • Custom comparators

Pro use / Develop it

  • Workflow Cycle Overview
  • Comparator Rules Page
  • Combination Rules
  • Context Rules Page

Reference

  • Type aliases
  • API Reference
    • jsonschema_diff
      • jsonschema_diff.cli
      • jsonschema_diff.color
        • jsonschema_diff.color.abstraction
        • jsonschema_diff.color.base
        • jsonschema_diff.color.stages
          • jsonschema_diff.color.stages.mono_lines
          • jsonschema_diff.color.stages.path
          • jsonschema_diff.color.stages.replace
      • jsonschema_diff.config_maker
      • jsonschema_diff.core
        • jsonschema_diff.core.abstraction
        • jsonschema_diff.core.config
        • jsonschema_diff.core.custom_compare
          • jsonschema_diff.core.custom_compare.list
          • jsonschema_diff.core.custom_compare.range
        • jsonschema_diff.core.parameter_base
        • jsonschema_diff.core.parameter_combined
        • jsonschema_diff.core.property
        • jsonschema_diff.core.tools
          • jsonschema_diff.core.tools.combine
          • jsonschema_diff.core.tools.compare
          • jsonschema_diff.core.tools.context
          • jsonschema_diff.core.tools.render
      • jsonschema_diff.pypi_interface
      • jsonschema_diff.sphinx
        • jsonschema_diff.sphinx.directive
      • jsonschema_diff.table_render
Back to top
View this page
Edit this page

jsonschema_diff.core.parameter_base¶

Attributes¶

COMPARE_PATH_TYPE

LEGEND_PROCESSOR_TYPE

LEGEND_RETURN_TYPE

Module Contents¶

type COMPARE_PATH_TYPE = list[str | int][source]¶
type LEGEND_PROCESSOR_TYPE = dict[str, Any][source]¶
type LEGEND_RETURN_TYPE = dict[str, str | LEGEND_PROCESSOR_TYPE | list[str | LEGEND_PROCESSOR_TYPE]][source]¶
Next
jsonschema_diff.core.parameter_combined
Previous
jsonschema_diff.core.custom_compare.range
Copyright © 2025, Miskler
Made with Sphinx and @pradyunsg's Furo
On this page
  • jsonschema_diff.core.parameter_base
    • Attributes
    • Module Contents
      • COMPARE_PATH_TYPE
      • LEGEND_PROCESSOR_TYPE
      • LEGEND_RETURN_TYPE