{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "countycode", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "levycode", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "precinctcode", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "regzipcode", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "regcity", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "regstnum", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "street", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "street_city", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "streetaddress", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "regstate", "type": [ "null", { "type": "string" } ] } ] }