Add overlays to configuration schema (#832)

This commit is contained in:
Gregor Jasny 2022-12-14 20:19:52 +01:00 коммит произвёл GitHub
Родитель 8c1c56d3ed
Коммит 7ae0d8527f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -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"