{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "funded_expended", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "status", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "leg_district", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "funding_biennium", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "sponsor", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "more_information", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "project", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "activity", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "county", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "latitude", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "longitude", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "end", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "start", "type": [ "null", { "type": "string" } ] } ] }