summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/avro/tests/schema_tests/fail/record_with_field_missing_type
blob: b449f3b46712a5879375494d52b7319aa9ddcf5a (plain)
1
2
3
4
5
{"type": "record",
 "name": "Event",
 "fields": [ 
    { "name": "Sponsor"},
    { "name": "City", "type": "string"}]}