{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmailDeleteRequest", "title": "EmailDeleteRequest", "type": "object", "required": [ "emailAddress" ], "properties": { "emailAddress": { "type": "string", "format": "email", "description": "The email address whose associated data should be deleted." } } }