Email OTP authentication enablement
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionEmailOtpAuthenticationMethod", "title": "ConnectionEmailOtpAuthenticationMethod", "type": "object", "description": "Email OTP authentication enablement", "additionalProperties": false, "x-release-lifecycle": "EA", "properties": { "enabled": { "type": "boolean", "description": "Determines whether email OTP is enabled" } } }