{
"type": "object",
"required": [
"gasEndpoint",
"validApiKey"
],
"properties": {
"gasEndpoint": {
"type": "string",
"description": "The endpoint URL for the Google Apps Script deployment."
},
"validApiKey": {
"type": "string",
"description": "The API key required for accessing the GAS endpoint."
}
}
}