blob: 8e5caded5f77a9ff1ed7f20ebfb64a90ab62a36a [file] [log] [blame]
{"namespace": "org.apache.avro.codegentest.testdata",
"type": "record",
"name": "NullableLogicalTypesArray",
"doc" : "Test nested types with logical types in generated Java classes",
"fields": [
{
"name": "arrayOfLogicalType",
"type": {
"type": "array",
"items": ["null", {"type": "int", "logicalType": "date"}]
}
}]
}