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