summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/avro/tests/schema_tests/fail/record_with_invalid_reference
blob: 49b35902141fcab2b7d3063b3d8f5587141a6dfb (plain)
1
2
3
4
5
6
7
{ "type": "record",
  "name": "recursive",
  "fields": [
    { "name": "label", "type": "string" },
    { "name": "children", "type": {"type": "array", "items": "foobar"} }
  ]
}