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