summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/avro/tests/schema_tests/fail/record_with_nonstring_name
blob: 0ded9c55f59acbfd0133de17eaddb065c0743bb0 (plain)
1
2
3
{"name": ["Tom", "Jerry"],
 "type": "record",
 "fields": [ {"name": "name", "type": "string"} ]}