Ory.Model.UiNodeInputAttributesOption (ory_client v1.22.37)

Copy Markdown

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.

Summary

Types

t()

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

Functions

decode(value)