blob: 4995357ab3736e8392f9d6a10775dfd42c91594b [file] [log] [blame]
{"namespace": "example.avro",
"type": "record",
"name": "User",
"fields": [
{"name": "name", "type": "string"},
{"name": "favorite_color", "type": ["string", "null"]}
]
}