blob: 49b35902141fcab2b7d3063b3d8f5587141a6dfb [file] [log] [blame]
{ "type": "record",
"name": "recursive",
"fields": [
{ "name": "label", "type": "string" },
{ "name": "children", "type": {"type": "array", "items": "foobar"} }
]
}