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