{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "percentage_of_votes", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "number_of_votes", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "precinct_number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "precinct", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "preferred_political_party", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "candidate", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "ballot_item", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "approved_rejected", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "repealed_maintained", "type": [ "null", { "type": "string" } ] } ] }