blob: cd49b72a4563d89b356cf081c8a27f4c7be4715c [file] [log] [blame]
{
"type":"record",
"namespace":"org.apache.avro",
"name":"TestMessage",
"fields":[
{
"name":"id",
"type":"long"
},
{
"name":"name",
"type":"string"
},
{
"name":"tags",
"type":{
"type":"array",
"items":"string"
}
}
]
}