diff --git a/cgmanifest.json b/cgmanifest.json index a0bb7e1686..dcdb08ad16 100644 --- 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 }