Skip to content

Commit

Permalink
Add $schema to cgmanifest.json (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Sep 1, 2022
1 parent 1a6ca17 commit d86a67e
Showing 1 changed file with 43 additions and 42 deletions.
85 changes: 43 additions & 42 deletions cgmanifest.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,51 @@
{
"Registrations":[
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/catchorg/Catch2.git",
"commitHash": "e1c9d5569dc4135babb9c81891d70a8ba8ed938c"
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/catchorg/Catch2.git",
"commitHash": "e1c9d5569dc4135babb9c81891d70a8ba8ed938c"
}
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/yaml/libyaml.git",
"commitHash": "2c891fc7a770e8ba2fec34fc6b545c672beb37e6"
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/yaml/libyaml.git",
"commitHash": "2c891fc7a770e8ba2fec34fc6b545c672beb37e6"
}
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/open-source-parsers/jsoncpp.git",
"commitHash": "9be589598595963f94ba264d7b416d0533421106"
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/open-source-parsers/jsoncpp.git",
"commitHash": "9be589598595963f94ba264d7b416d0533421106"
}
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/tristanpenman/valijson.git",
"commitHash": "2dfc7499a31b84edef71189f4247919268ebc74e"
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/tristanpenman/valijson.git",
"commitHash": "2dfc7499a31b84edef71189f4247919268ebc74e"
}
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/cpprestsdk.git",
"commitHash": "122d09549201da5383321d870bed45ecb9e168c5"
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/cpprestsdk.git",
"commitHash": "122d09549201da5383321d870bed45ecb9e168c5"
}
}
}
}
],
"Version": 1
],
"Version": 1
}

0 comments on commit d86a67e

Please sign in to comment.