{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "service_method_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "organization_zip", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "summarization_level", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "reporting_period_begin_dt", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "service_description", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "reporting_period_end_dt", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "lower_25_allowed_amt", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "median_allowed_amt", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "organization_city", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "upper_75_allowed_amt", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "name", "type": [ "null", { "type": "string" } ] } ] }