{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "firm_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "projtitle", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "proj_summ_total", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "worker_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "worker_reg_num", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "trade_code", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "actual_constntp_dt", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "agency_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "projno", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "worker_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "report_period_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "hrs", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "agency_code", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "trade_desc", "type": [ "null", { "type": "string" } ] } ] }