summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/avro/tests/schema_tests/pass/record
blob: 43ac456f7e713c3e00f9102d700035a54240233c (plain)
1
2
3
4
5
{"name": "person",
 "type": "record",
 "fields": [ {"name": "height", "type": "long"},
             {"name": "weight", "type": "long"},
             {"name": "name", "type": "string"}]}