{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "licensetype", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "ubinumber", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "licensenumber", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "city", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "discipline", "type": [ "null", { "type": "boolean" } ] }, { "default": null, "name": "businessname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "status", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "doingbusinessas", "type": [ "null", { "type": "string" } ] } ] }