{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "updated_at", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "balance_due", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "status", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "closed", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "total_penalties", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "areas_of_law", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "penalties", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "subject", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "respondent", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "earliest_complaint", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "opened", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "case", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "group_enforcement", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "total_paid", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "total_suspended", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "id", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "total_reinstated", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "complainant", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "sent_to_collections", "type": [ "null", { "type": "boolean" } ] }, { "default": null, "name": "description", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "attachments", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "url", "type": [ "null", { "type": "string" } ] } ] }