View Source AvroEx.Schema.Array (AvroEx v2.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AvroEx.Schema.Array{
  default: [AvroEx.Schema.schema_types()],
  items: AvroEx.Schema.schema_types(),
  metadata: AvroEx.Schema.metadata()
}

Link to this section Functions

Link to this function

match?(array, context, data)

View Source

Specs

match?(any(), any(), any()) :: boolean()