{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "candidacies", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "certification_email", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "certification_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "url", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "json", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "period_end", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "period_start", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "receipt_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "person_id", "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": "submission_id", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "id", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "certification", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "offices", "type": [ "null", { "type": "string" } ] } ] }