You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks.schema.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,11 @@
39
39
"type": "boolean",
40
40
"description": "Task is deprecated only when the latest version is marked as deprecated. Deprecated tasks appear at the end of searches under a section that is collapsed by default."
41
41
},
42
+
"removalDate": {
43
+
"type": "string",
44
+
"description": "The date included in the depreciation warning after which the task may no longer be available. Format: YYYY-MM-DD",
45
+
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
46
+
},
42
47
"showEnvironmentVariables": {
43
48
"type": "boolean",
44
49
"description": "Toggles showing the environment variable editor in the task editor UI. Allows passing environment variables to script based tasks."
0 commit comments