{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "percentageoftotalvotes", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "ballot_item", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "numberofvotes", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "yes_no", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "jurisdictionname", "type": [ "null", { "type": "string" } ] } ] }