# `Ory.Model.UiNodeInputAttributesOption`

Represents a single selectable value for an input whose JSON schema defined an `enum`. The value is always a scalar JSON type (string, number, or boolean) serialized verbatim from the schema. When present, clients should render the parent input as a select/dropdown.

# `t`

```elixir
@type t() :: %Ory.Model.UiNodeInputAttributesOption{value: any() | nil}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
