{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResetPasswordResponse", "title": "ResetPasswordResponse", "type": "object", "properties": { "username": { "type": "string" }, "password": { "type": "string" } }, "required": [ "password", "username" ] }