Skip to content

Commit

Permalink
Merge pull request #170 from devcontainers/samruddhikhandale/deprecated
Browse files Browse the repository at this point in the history
Feature Schema Update - Adds 'deprecated'
  • Loading branch information
samruddhikhandale authored Dec 28, 2022
2 parents f217450 + cc80cee commit 7b04898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/devContainerFeature.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
"version": {
"description": "The version of the Feature. Follows the semanatic versioning (semver) specification.",
"type": "string"
},
"deprecated": {
"description": "Indicates that the Feature is deprecated, and will not receive any further updates/support. This property is intended to be used by the supporting tools for highlighting Feature deprecation.",
"type": "boolean"
}
},
"required": [
Expand Down

0 comments on commit 7b04898

Please sign in to comment.