{ "type" : "record", "name" : "Tree", "fields" : [ {"name" : "children", "type" : ("type" : "array", "items": "Tree"}} ]}