{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_magic_v1_magic_links_email_RevokeInviteRequest", "title": "api_magic_v1_magic_links_email_RevokeInviteRequest", "type": "object", "properties": { "email": { "type": "string", "description": "The email of the user." } }, "description": "Request type", "required": [ "email" ] }