Number of digits in the verification code
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionTotpLengthSMS", "title": "ConnectionTotpLengthSMS", "description": "Number of digits in the verification code", "anyOf": [ { "$ref": "#/components/schemas/ConnectionTotpLengthPasswordless" } ] }