blob: 08d32b2312eb4c8d765d01d9ea75ecb94bab9d1c [file] [log] [blame]
{
"type": "record",
"name": "FooBarSpecificRecord",
"namespace": "org.apache.avro",
"fields": [
{"name": "id", "type": "int"},
{"name": "name", "type": "string"},
{"name": "nicknames", "type":
{"type": "array", "items": "string"}},
{"name": "relatedids", "type":
{"type": "array", "items": "int"}},
{"name": "typeEnum", "type":
["null", {
"type": "enum",
"name": "TypeEnum",
"namespace": "org.apache.avro",
"symbols" : ["a","b", "c"]
}],
"default": null
}
]
}