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