Skip to content

Commit 0ec6b12

Browse files
authored
Update tasks schema - add removalDate (#976)
* Update tasks schema - add removalDate * update removalDate description * update removalDate description
1 parent 9006567 commit 0ec6b12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"type": "boolean",
4040
"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."
4141
},
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+
},
4247
"showEnvironmentVariables": {
4348
"type": "boolean",
4449
"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)