{ "type": "object", "name": "PasswordlessLogin-InitializeRequest", "properties": { "username": { "type": "string" }, "recaptcha": { "type": "string" }, "verificationmethod": { "type": "string" } }, "required": [ "username", "recaptcha", "verificationmethod" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }