This type is a representation of the Avro record field type.
@type order() :: :ascending | :descending | :ignore
@type t() :: %Avrogen.Avro.Types.Record.Field{ aliases: [String.t()] | nil, default: any() | nil, doc: (String.t() | nil) | nil, name: String.t(), order: order() | nil, pii: boolean(), range: map() | nil, type: Avrogen.Avro.Schema.t() }