> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.json_utils.resolve_json_references

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### resolve\_json\_references

```python theme={null}
resolve_json_references(schema: dict[str, Any]) -> dict[str, Any]
```

Resolve JSON references in the given schema.<br />

<b>Parameters:</b>

| Name     | Description                                                                  |
| -------- | ---------------------------------------------------------------------------- |
| `schema` | The JSON schema with references.<br /><br />**Type:** dict\[str, typing.Any] |

<b>Returns:</b>

| Type                   | Description                                     |
| ---------------------- | ----------------------------------------------- |
| dict\[str, typing.Any] | dict: The JSON schema with resolved references. |

<br />
