{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "last_update", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "occupied_river_miles", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "migration_year", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "waterbody_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "local_biologist_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "stock_numbers", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "density", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "abundance", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "run_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "species", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "comments", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "federal_status", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "salmon_recovery_region", "type": [ "null", { "type": "string" } ] } ] }