{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "phone_number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "business_postal_code", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "business_city", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "business_street", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "business_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "location_postal_code", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "location_street", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "location_name", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "first_issue_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "license_status", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "license_type", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "business_state", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "location_postal_code_4", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "location_city", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "license_number", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "business_postal_code_4", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "expiration_date", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "location_state", "type": [ "null", { "type": "string" } ] } ] }