resolve_json_references
Parameters:
Returns:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
resolve_json_references(schema: dict[str, Any]) -> dict[str, Any]
| 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. |