{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "city", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "disciplinaryaction", "type": [ "null", { "type": "boolean" } ] }, { "default": null, "name": "name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "status", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "substatus", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "licensetype", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "licensenumber", "type": [ "null", { "type": "string" } ] } ] }