{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Registrant", "type": "object", "properties": { "id": { "type": "string" }, "email": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "address": { "type": "string" }, "city": { "type": "string" }, "state": { "type": "string" }, "zip": { "type": "string" }, "country": { "type": "string" }, "phone": { "type": "string" }, "industry": { "type": "string" }, "org": { "type": "string" }, "job_title": { "type": "string" }, "purchasing_time_frame": { "type": "string" }, "role_in_purchase_process": { "type": "string" }, "no_of_employees": { "type": "string" }, "comments": { "type": "string" }, "status": { "type": "string" }, "create_time": { "type": "string" }, "join_url": { "type": "string" } } }