{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "notes", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "recovery_goal", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "esu_dps", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "high_productivity_recovery", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "common_population_name", "type": [ "null", { "type": "string" } ] } ] }