summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/avro/tests/schema_tests/fail/enum_without_name
blob: 57f685320a9356a5d87592f68b0d25f1a3f9e4d0 (plain)
1
2
3
{"type": "enum"
  "symbols" : ["I", "will", "fail", "no", "name"]
}