blob: 44a495c4a9770d8bb6818091f25cf978b056f7e6 [file] [log] [blame]
{"namespace": "org.apache.avro.codegentest.testdata",
"type": "record",
"name": "NestedLogicalTypesUnion",
"doc" : "Test nested types with logical types in generated Java classes",
"fields": [
{
"name": "unionOfRecords",
"type": ["null", {
"namespace": "org.apache.avro.codegentest.testdata",
"name": "RecordInUnion",
"type": "record",
"fields": [
{
"name": "nullableDateField",
"type": ["null", {"type": "int", "logicalType": "date"}]
}
]
}]
}]
}