{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "loginId": { "type": "string" } }, "required": [ "loginId" ], "title": "CancelLoginChatGptParams", "type": "object" }