json_utils
autogen.json_utils.resolve_json_references
resolve_json_references
Resolve JSON references in the given schema.
Name | Description |
---|---|
schema | The JSON schema with references. Type: dict[str, typing.Any] |
Type | Description |
---|---|
dict[str, typing.Any] | dict: The JSON schema with resolved references. |