{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "SendEmailAccountAuthorizationOTP", "description": "", "type": "object", "properties": { "action_name": { "enum": [ "verify", "update" ], "type": "string" }, "email": { "type": "string", "format": "email", "nullable": true } }, "required": [ "action_name" ] }