> 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.

# Struct Editor List Item Spec

> Recursive metadata for one list entry.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

<pre />

Recursive metadata for one list entry.

## Fields

### `kind: EditorFieldKind`

Shape of each list entry.

### `schema: Option<fn() -> &'static EditorSchema>`

Schema used for object entries.

### `default: Option<fn() -> Value>`

Default value used for non-union entries.

### `tagged_union: Option<&'static EditorTaggedUnionSpec>`

Variant metadata when this list entry is a tagged union.

### `list_item: Option<&'static EditorListItemSpec>`

Nested list entry description when this item is itself a list.

## Trait Implementations

### `impl Clone for EditorListItemSpec`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Copy for EditorListItemSpec`

<pre />