{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "enddate", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "organizationprovider", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "acknowledgement", "type": [ "null", { "type": "boolean" } ] }, { "default": null, "name": "startdate", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "organizationreceiving", "type": [ "null", { "type": "string" } ] } ] }