summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/avro/tests/schema_tests/pass/enum
blob: 749b0a3cd43e1ac1f84e384d12099a35fe1483e9 (plain)
1
2
3
4
{ "type": "enum",
  "name": "three_stooges",
  "symbols" : [ "Moe", "Larry", "Curly" ]
}