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

# UnderwritingDynamicFieldKind

> The structural kind of a dynamic field schema node, determining how its value and any child nodes are interpreted.

`ENUM`

The structural kind of a dynamic field schema node, determining how its value and any child nodes are interpreted.

## Values

<ResponseField name="CHOICE" type="enum">
  A container whose child nodes are mutually exclusive; exactly one variant is selected and only
  that variant's children apply.
</ResponseField>

<ResponseField name="GROUP" type="enum">
  A container whose child nodes all apply together.
</ResponseField>

<ResponseField name="SCALAR" type="enum">
  A leaf node holding a single typed value as described by its data type.
</ResponseField>
