{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "locationid", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "legalname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "businessname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "ubi", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "businessid", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] }, { "default": null, "name": "city", "type": [ "null", { "type": "string" } ] } ] }