This commit is contained in:
autoantwort 2023-06-22 21:11:10 +02:00 коммит произвёл GitHub
Родитель 5443807693
Коммит 639134136b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 15 добавлений и 9 удалений

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

@ -295,6 +295,9 @@
},
"supports": {
"$ref": "#/definitions/platform-expression"
},
"license": {
"$ref": "#/definitions/license"
}
},
"required": [
@ -682,6 +685,17 @@
}
]
},
"license": {
"description": "An SPDX license expression at version 3.9.",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"maintainers": {
"description": "An array of strings which contain the maintainers of a package",
"$ref": "#/definitions/string-or-strings"

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

@ -51,15 +51,7 @@
"format": "uri"
},
"license": {
"description": "An SPDX license expression at version 3.9.",
"oneOf": [
{
"type": "string"
},
{
"type": "null"
}
]
"$ref": "vcpkg-schema-definitions.schema.json#/definitions/license"
},
"builtin-baseline": {
"description": "A vcpkg repository commit for version control.",