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