{
"type": "object",
"required": [
"googleChatSpaceId",
"googleChatApiKey",
"googleChatToken"
],
"properties": {
"googleChatToken": {
"type": "string",
"description": "The authentication token for Google Chat"
},
"googleChatApiKey": {
"type": "string",
"description": "The API key for your Google Cloud project"
},
"googleChatSpaceId": {
"type": "string",
"description": "The Space ID of your Google Chat space"
}
}
}