blob: ee320705c48b20ba8dbc844aac399142a111a38f [file] [log] [blame]
{
"namespace": "org.apache.avro.benchmark.small",
"type": "record",
"name": "test",
"fields": [
{
"type": {
"type": "string"
},
"name": "field"
}
]
}