SchemaViolation typedef

SchemaViolation = ({String field, String message})

One problem found by DatumSchema.validate for a raw map.

Implementation

typedef SchemaViolation = ({String field, String message});