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

Link to this section Summary

Link to this section Types

Specs

t() :: %AvroEx.Schema.Map{
  default: map(),
  metadata: AvroEx.Schema.metadata(),
  values: AvroEx.Schema.schema_types()
}

Link to this section Functions

Link to this function

match?(map, context, data)

View Source

Specs

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