resolve_json_references

resolve_json_references(schema: dict[str, Any]) -> dict[str, Any]

Resolve JSON references in the given schema.

Parameters:
NameDescription
schemaThe JSON schema with references.

Type: dict[str, typing.Any]
Returns:
TypeDescription
dict[str, typing.Any]dict: The JSON schema with resolved references.