Skip to content

Commit 1797678

Browse files
authored
add a new tailoredDeprecationMessage property to the tasks.schema.json (#1004)
1 parent 54eaa35 commit 1797678

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"description": "The date included in the depreciation warning after which the task may no longer be available. Format: YYYY-MM-DD",
4545
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
4646
},
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+
},
4751
"showEnvironmentVariables": {
4852
"type": "boolean",
4953
"description": "Toggles showing the environment variable editor in the task editor UI. Allows passing environment variables to script based tasks."

0 commit comments

Comments
 (0)