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