ToolJet/marketplace/plugins/googlecalendar/lib/operations.json
2025-08-03 12:39:18 +05:30

17 lines
No EOL
569 B
JSON

{
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
"title": "Googlecalendar datasource",
"description": "A schema defining Googlecalendar datasource",
"type": "api",
"defaults": {},
"properties": {
"operation": {
"label": "",
"key": "google_operation",
"type": "react-component-api-endpoint",
"description": "Single select dropdown for operation",
"specUrl": "https://raw.githubusercontent.com/adishM98/base-repo-testing/main/google_calendar.json "
}
}
}