{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "comments", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "population_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "last_update", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "goal_type_description", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "goal_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "recovery_goal", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "species", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "year", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "stock_number", "type": [ "null", { "type": "string" } ] } ] }