{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "status", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "originalissue", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "country", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "state", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "preferred_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "suffix", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "lastname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "expires", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "city", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "middlename", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "firstname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "lastupdated", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "board_order", "type": [ "null", { "type": "string" } ] } ] }