{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionTemplateSMS", "title": "ConnectionTemplateSMS", "description": "SMS message template. Use `@@password@@` as a placeholder for the verification code.", "example": "Your verification code is: @@password@@", "x-release-lifecycle": "deprecated", "type": "string", "minLength": 1, "maxLength": 5120 }