{ "type": "record", "name": "Root", "fields": [ { "name": "__id", "type": { "type": "string" } }, { "default": null, "name": "physicaladdress", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "contactphone", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "openshop", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "preparatoryprogram", "type": [ "null", { "type": "boolean" } ] }, { "default": null, "name": "mailingaddress", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "contactemail", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "contactname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "programurl", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "approvaldate", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "statusdate", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "programstatus", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "programname", "type": [ "null", { "type": "string" } ] }, { "default": null, "name": "programid", "type": [ "null", { "logicalType": "decimal", "precision": 38, "scale": 9, "type": "bytes" } ] } ] }