Skip to content

Commit 7ae0d85

Browse files
authored
Add overlays to configuration schema (#832)
1 parent 8c1c56d commit 7ae0d85

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/vcpkg-configuration.schema.json

+14
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@
2020
"type": "string",
2121
"description": "A message to print if this entry is evaluated."
2222
},
23+
"overlay-ports": {
24+
"type": "array",
25+
"description": "An array of port overlay paths.",
26+
"items": {
27+
"type": "string"
28+
}
29+
},
30+
"overlay-triplets": {
31+
"type": "array",
32+
"description": "An array of triplet overlay paths.",
33+
"items": {
34+
"type": "string"
35+
}
36+
},
2337
"requires": {
2438
"description": "Artifacts that are required for this package to function.",
2539
"$ref": "vcpkg-schema-definitions.schema.json#/definitions/artifact-references"

0 commit comments

Comments
 (0)