{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "agency_number", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "agency_title", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "domain_function", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "expose", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "abbreviation", "type": [ "null", { "type": "string" } ] } ] }