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