commit d86a67e7cc22127ea4c7024b117011eb980a8f4b
parent 1a6ca17040a0577dceb25af3232649e4bd271b81
Author: Jamie Magee <jamie.magee@gmail.com>
Date: Thu, 1 Sep 2022 11:50:52 -0700
Add `$schema` to `cgmanifest.json` (#2487)
Diffstat:
| M | cgmanifest.json | | | 85 | ++++++++++++++++++++++++++++++++++++++++--------------------------------------- |
1 file changed, 43 insertions(+), 42 deletions(-)
diff --git a/cgmanifest.json b/cgmanifest.json
@@ -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
}