ToolJet/marketplace/plugins/microsoft_graph/lib/operations.json
Devanshu Gupta cb0a87e1a1
Feat/ms graph pre release (#13581)
* ee commit

* merge commit

* feat: updated openapi operation component

* updated query operation sepctype

* fix: updated query dropdown style

* init plugin

* init plugin

* feat: config dropdown update

* feat: added ms plugin

* fix: plugin connection name

* submodule reference updated

* plugin label updated

* added back margin top class

---------

Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2025-08-11 18:59:49 +05:30

23 lines
No EOL
1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
"title": "Microsoft Graph datasource",
"description": "A schema defining Microsoft_graph datasource",
"type": "api",
"defaults": {},
"properties": {
"operation": {
"label": "",
"key": "ms_graph_operation",
"type": "react-component-api-endpoint",
"description": "Single select dropdown for operation",
"specUrl": {
"Outlook": "https://raw.githubusercontent.com/adishM98/base-repo-testing/refs/heads/main/outlook.json",
"Calendar": "https://raw.githubusercontent.com/adishM98/base-repo-testing/refs/heads/main/calendar.json",
"Users": "https://raw.githubusercontent.com/adishM98/base-repo-testing/refs/heads/main/users.json",
"Teams": "https://raw.githubusercontent.com/adishM98/base-repo-testing/refs/heads/main/teams.yaml",
"OneDrive": "https://raw.githubusercontent.com/adishM98/base-repo-testing/refs/heads/main/onedrive.json"
}
}
}
}