Length of the TOTP code
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionTotpLengthPasswordless", "title": "ConnectionTotpLengthPasswordless", "description": "Length of the TOTP code", "type": "integer", "minimum": 4, "maximum": 40 }