blob: 4e0554031bb66315b6427a22840b7fcad4ad18ce [file] [log] [blame]
{
"type" : "record",
"name" : "UnionAndFixedFields",
"doc" : "Schema for UnionAndFixedFields designed to trigger fixed compiler warnings in generated 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"}
} ]
}