blob: 7d532f8087c6540793fea93db4c43c05d0ea323a [file] [log] [blame]
{
"name" : "simpleRecords",
"namespace" : "org.apache.test.builtin",
"type" : "record",
"fields" : [
{"name" : "key", "type" : "string"},
{"name" : "intValue", "type" : "int"},
{"name" : "stringValue", "type" : "string"},
{"name" : "doubleValue", "type" : "double"}
]
}