Skip to content

Commit

Permalink
Add overlays to configuration schema (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny authored Dec 14, 2022
1 parent 8c1c56d commit 7ae0d85
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/vcpkg-configuration.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
"type": "string",
"description": "A message to print if this entry is evaluated."
},
"overlay-ports": {
"type": "array",
"description": "An array of port overlay paths.",
"items": {
"type": "string"
}
},
"overlay-triplets": {
"type": "array",
"description": "An array of triplet overlay paths.",
"items": {
"type": "string"
}
},
"requires": {
"description": "Artifacts that are required for this package to function.",
"$ref": "vcpkg-schema-definitions.schema.json#/definitions/artifact-references"
Expand Down

0 comments on commit 7ae0d85

Please sign in to comment.