KiwiCodec.Schema.Field (kiwi_codec v0.2.0)

Copy Markdown View Source

Kiwi struct or message field.

Summary

Types

t()

@type t() :: %KiwiCodec.Schema.Field{
  array?: boolean(),
  column: non_neg_integer(),
  deprecated?: boolean(),
  id: pos_integer(),
  line: non_neg_integer(),
  name: String.t(),
  type: String.t()
}