Add `$schema` to `cgmanifest.json` (#1082)

Co-authored-by: Jamie Magee <jamie.magee@microsoft.com>
This commit is contained in:
Jamie Magee 2022-09-06 17:27:35 -07:00 коммит произвёл GitHub
Родитель 3bc093fb0d
Коммит 80c210030a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 31 добавлений и 28 удалений

7
src/Qir/Common/Externals/cgmanifest.json поставляемый
Просмотреть файл

@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
@ -15,7 +16,8 @@
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/catchorg/Catch2",
"CommitHash": "87074da73ecb1c2e7c35fd14f50ca21c4c002adc" }
"CommitHash": "87074da73ecb1c2e7c35fd14f50ca21c4c002adc"
}
}
},
{
@ -23,7 +25,8 @@
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/CLIUtils/CLI11",
"CommitHash": "5cb3efabce007c3a0230e4cc2e27da491c646b6c" }
"CommitHash": "5cb3efabce007c3a0230e4cc2e27da491c646b6c"
}
}
}
]