Checkpoint justification where the user selects one or more options from a dropdown.
| Name | Type | Required | Description |
|---|---|---|---|
| selected_options | List[DropdownSelection] | Yes | Options the user selected in the dropdown. |
| prompt | str | Yes | Prompt to which the user-selected options respond. |
| description | Optional[str] | No | Supplemental information that helps users understand the prompt. |
| title | str | Yes | Title of the checkpoint to which the user is responding. |
| type | Literal["dropdownJustification"] | Yes | None |