{
"type": "object",
"required": [
"nocodbUrl",
"nocodbApiToken",
"nocodbBaseId"
],
"properties": {
"nocodbUrl": {
"type": "string",
"description": "The base URL for the Nocodb instance."
},
"nocodbBaseId": {
"type": "string",
"description": "The base ID from the Nocodb instance."
},
"nocodbApiToken": {
"type": "string",
"description": "The API token for authenticating with the Nocodb instance."
}
}
}