mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* 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>
23 lines
No EOL
1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |