Skip to content

Commit

Permalink
add dependsOn to devContainerFeature.schema.json (#354)
Browse files Browse the repository at this point in the history
* add `dependsOn` to devContainerFeature.schema.json

* #/definitions/FeatureOption is not what I wanted here
  • Loading branch information
joshspicer authored Dec 20, 2023
1 parent ce27e47 commit 71f9ca9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion schemas/devContainerFeature.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
},
"type": "array"
},
"dependsOn": {
"description": "An object of Feature dependencies that must be satisified before this Feature is installed. Elements follow the same semantics of the features object in devcontainer.json",
"additionalProperties": true
"type": "object"
},
"licenseURL": {
"description": "URL to the license for the Feature.",
"type": "string"
Expand Down Expand Up @@ -333,4 +338,4 @@
"$ref": "#/definitions/Feature"
}
]
}
}

0 comments on commit 71f9ca9

Please sign in to comment.