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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@
44
44
"description": "The date included in the depreciation warning after which the task may no longer be available. Format: YYYY-MM-DD",
45
45
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
46
46
},
47
+
"deprecationMessage": {
48
+
"type": "string",
49
+
"description": "A tailored deprecation message containing detailed information about the task deprecation (besides the removal date and the URL leading to the task documentation) in addition to the common deprecation message."
50
+
},
47
51
"showEnvironmentVariables": {
48
52
"type": "boolean",
49
53
"description": "Toggles showing the environment variable editor in the task editor UI. Allows passing environment variables to script based tasks."
0 commit comments