blob: c584d6ad6d8e2fab28e96a6a22aefe3c02b26368 [file] [log] [blame]
{
"type" : "record",
"name" : "UnionAndFixedFields",
"doc" : "Schema for UnionAndFixedFields designed to trigger fixed compiler warnings in genrated code",
"namespace" : "org.apache.avro.specific",
"fields" : [ {
"name" : "u",
"type" : [ "boolean", "int", "long", "float", "string" ]
},
{
"name" : "l",
"type" : [ "string", { "type": "long", "logicalType": "timestamp-millis" } ]
},
{
"name" : "f",
"type" : {"type": "fixed", "size": 16, "name": "md5"}
} ]
}