Skip to main content

canonicalize_json_schema

Python API reference for the function python.src.softschema.canonicalize.canonicalize_json_schema.

Public API

Function: canonicalize_json_schema

Canonical path: python.src.softschema.canonicalize.canonicalize_json_schema

Declared in: packages/python/src/softschema/canonicalize.py

Signature

def canonicalize_json_schema(schema: dict[str, Any]) -> dict[str, Any]: ...