{ "namespace": "model", "type": "record", "doc": "", "name": "Sample", "fields": [ { "name": "type", "type": ["null", { "type": "enum", "name": "Sample_type", "symbols": [ "a", "b", "uh_oh", "_0h_oh", "coll_ision", "coll_ision2" ] }], "doc": "", "default": null }, { "name": "another", "type": ["null", { "type": "enum", "name": "Sample_another", "symbols": [ "x", "y" ] }], "doc": "", "default": null }, { "name": "equivalent", "type": ["null", { "type": "enum", "name": "Sample_equivalent", "symbols": [ "x", "y" ] }], "doc": "", "default": null } ] }