{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Deprecated in favor of AccountLoginCompletedNotification.", "properties": { "error": { "type": [ "string", "null" ] }, "loginId": { "type": "string" }, "success": { "type": "boolean" } }, "required": [ "loginId", "success" ], "title": "LoginChatGptCompleteNotification", "type": "object" }