> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Function nemo_relay_validate_plugin_config

> Validate a generic plugin config document and return the diagnostics report as JSON.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

Validate a generic plugin config document and return the diagnostics report as JSON.

## Safety

`config_json` must be a valid C string and `out_json` must be a valid, non-null pointer.