{ "type": "object", "name": "ForgotPassword-ChangePasswordRequest", "properties": { "username": { "type": "string" }, "newpassword": { "type": "string" }, "otp": { "type": "string" } }, "required": [ "username", "newpassword", "otp" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }