{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "programname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "occupationstatusdate", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "occupationname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "employeraddress", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "employername", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "programstatus", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "programoccupationid", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "occupationstatus", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "programid", "type": [ "null", { "type": "string" } ] } ] }