Search
Represents a single field in the field defintion of a Contentful.ContentType.
Contentful.ContentType
See the content model documentation for more information
@type t() :: %Contentful.ContentType.Field{ disabled: boolean(), localized: boolean(), name: String.t(), omitted: boolean(), required: boolean(), type: String.t(), validations: term() }