{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "percentageofvotes", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "numberofvotes", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "precinct_number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "precinctname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "candidate", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "preferredparty", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "ballotitem", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "yes_no", "type": [ "null", { "type": "boolean" } ] }, { "default": null, "name": "repealed_maintained", "type": [ "null", { "type": "string" } ] } ] }