blob: 788478f2bb603ca02ed7718519d17a671b4ce26f [file] [log] [blame]
{
"type": "record",
"name": "LongList",
"fields" : [
{"name": "value", "type": "long"},
{"name": "next", "type": ["int", "float"] },
{"name": "hello", "type": {"type" : "array" , "items" :"float"}}
]
}