View Source Parameter.Field (Parameter v0.3.1)
This module define the structure of a Field inside a Parameter Schema.
Link to this section Summary
Link to this section Types
@type t() :: %Parameter.Field{ default: any(), key: binary(), name: atom(), required: boolean(), type: Parameter.Types.t() }