{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "report_number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "employer_id", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "lobbyist_id", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "employment_year", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "employer_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "lobbyist_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "contractor_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "contractor_id", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "contractor_url", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "employer_url", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "employment_url", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "lobbyist_url", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "id", "type": [ "null", { "type": "string" } ] } ] }