Found the form that works...

{
    "type": "record",
    "name": "cpx",
    "fields" : [
        {"name": "re", "type": "double"},
        {"name": "im", "type" : "double"},
        {"name": "exampleArray", "type" : {"type" : "array", "items" :
"string"}}
    ]
}

Reply via email to