azure-sdk-for-cpp/sdk/core/azure-core-tracing-opentelemetry/cgmanifest.json
Jamie Magee deb847e59f
Add $schema to cgmanifest.json (#3918)
Co-authored-by: Jamie Magee <jamie.magee@microsoft.com>
2022-09-13 08:50:38 -07:00

25 lines
611 B
JSON

{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/open-telemetry/opentelemetry-cpp",
"CommitHash": "da2911cf4458c7068f967c17c65d07eeba449a08"
}
}
},
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/google/googletest",
"CommitHash": "703bd9caab50b139428cea1aaff9974ebee5742e"
}
},
"DevelopmentDependency": true
}
]
}