{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "vendor_city", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "vendor_address", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "vendor_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "debt_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "from_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "amount", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "election_year", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "jurisdiction_county", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "jurisdiction", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "legislative_district", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "filer_id", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "report_number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "code", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "filer_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "vendor_zip", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "vendor_state", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "description", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "thru_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "filer_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "committee_id", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "party", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "jurisdiction_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "origin", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "record_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "id", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "office", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "position", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "url", "type": [ "null", { "type": "string" } ] } ] }