Skip to content

Commit a6be7ce

Browse files
committed
fix: update type
1 parent c16baaa commit a6be7ce

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,11 @@
13301330
"type": "string",
13311331
"description": "The id/s when a client side tool/s is used."
13321332
},
1333+
{
1334+
"name": "cwsprToolPermission",
1335+
"type": "string",
1336+
"description": "Permission of tool/s set by user"
1337+
},
13331338
{
13341339
"name": "databaseCredentials",
13351340
"type": "string",
@@ -3143,11 +3148,11 @@
31433148
"required": false
31443149
},
31453150
{
3146-
"type": "toolNames",
3151+
"type": "cwsprToolName",
31473152
"required": false
31483153
},
31493154
{
3150-
"type": "toolPerms",
3155+
"type": "cwsprToolPermission",
31513156
"required": false
31523157
}
31533158
]

0 commit comments

Comments
 (0)