Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new deprecationMessage property to the tasks.schema.json file #1004

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions tasks.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"description": "The date included in the depreciation warning after which the task may no longer be available. Format: YYYY-MM-DD",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
"deprecationMessage": {
"type": "string",
"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."
},
"showEnvironmentVariables": {
"type": "boolean",
"description": "Toggles showing the environment variable editor in the task editor UI. Allows passing environment variables to script based tasks."
Expand Down