{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionTotpLengthEmail", "title": "ConnectionTotpLengthEmail", "description": "Length of the TOTP code", "anyOf": [ { "$ref": "#/components/schemas/ConnectionTotpLengthPasswordless" } ] }