{ "additionalProperties": false, "id": "ResetNodeUserOwnPasswordProperties", "properties": { "old_password": { "description": "If the old_password is not given, a 400 BAD REQUEST is returned with an error message.", "required": true, "sensitive": true, "title": "The old password of the user", "type": "string" }, "password": { "required": true, "sensitive": true, "title": "The new password for user", "type": "string" } }, "type": "object" }