View Source Contentful.ContentType.Field (Contentful SDK v0.6.0)

Represents a single field in the field defintion of a Contentful.ContentType.

See the content model documentation for more information

Link to this section Summary

Link to this section Types

@type t() :: %Contentful.ContentType.Field{
  disabled: boolean(),
  localized: boolean(),
  name: String.t(),
  omitted: boolean(),
  required: boolean(),
  type: String.t(),
  validations: term()
}