Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b04898

Browse files
Merge pull request devcontainers#170 from devcontainers/samruddhikhandale/deprecated
Feature Schema Update - Adds 'deprecated'
2 parents f217450 + cc80cee commit 7b04898

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/devContainerFeature.schema.json

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
"version": {
9292
"description": "The version of the Feature. Follows the semanatic versioning (semver) specification.",
9393
"type": "string"
94+
},
95+
"deprecated": {
96+
"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.",
97+
"type": "boolean"
9498
}
9599
},
96100
"required": [

0 commit comments

Comments
 (0)