{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "cohort", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "year", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "pct", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "group", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "district_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "group_value", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "num_domain", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "school_name", "type": [ "null", { "type": "string" } ] } ] }