View Source AvroEx.Schema.Record.Field (AvroEx v2.2.0)
Link to this section Summary
Link to this section Types
Specs
t() :: %AvroEx.Schema.Record.Field{
aliases: [AvroEx.Schema.alias()],
default: AvroEx.Schema.schema_types() | nil,
doc: String.t() | nil,
metadata: AvroEx.Schema.metadata(),
name: String.t(),
type: AvroEx.Schema.schema_types()
}
Link to this section Functions
Specs
match?(t(), AvroEx.Schema.Context.t(), any()) :: boolean()