{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/luma/main/json-schema/v1_events_hosts_remove_post_request.json", "title": "V1 Events Hosts Remove Post Request", "type": "object", "properties": { "event_id": { "type": "string", "description": "Event ID, this usually starts with evt-" }, "email": { "type": "string", "description": "Email of the host to remove." } }, "required": [ "event_id", "email" ] }