blob: 8fcd74a1c80aba1d222e508c92e50c0f2249f8cc [file] [log] [blame]
{
"namespace": "org.apache.avro.codegentest.testdata",
"type": "record",
"name": "StringLogicalType",
"doc": "Test logical type applied to field of type string",
"fields": [
{
"name": "someIdentifier",
"type": {
"type": "string",
"logicalType": "uuid"
}
},
{
"name": "someJavaString",
"type": "string",
"doc": "Just to ensure no one removed <stringType>String</stringType> because this is the basis of this test"
}
]
}