Skip to content

Commit 275ea58

Browse files
authored
Update cgmanifest to align with the JSON schema (#109453)
1 parent bf369fd commit 275ea58

File tree

1 file changed

+38
-37
lines changed

1 file changed

+38
-37
lines changed
Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,66 @@
11
{
22
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3-
"Registrations": [
3+
"version": 1,
4+
"registrations": [
45
{
5-
"Component": {
6-
"Type": "git",
7-
"Git": {
8-
"RepositoryUrl": "https://github.com/google/brotli",
9-
"CommitHash": "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d"
6+
"component": {
7+
"type": "git",
8+
"git": {
9+
"repositoryUrl": "https://github.com/google/brotli",
10+
"commitHash": "ed738e842d2fbdf2d6459e39267a633c4a9b2f5d"
1011
}
1112
},
12-
"DevelopmentDependency": false
13+
"developmentDependency": false
1314
},
1415
{
15-
"Component": {
16-
"Type": "git",
17-
"Git": {
18-
"RepositoryUrl": "https://github.com/libunwind/libunwind",
19-
"CommitHash": "b3ca1b59a795a617877c01fe5d299ab7a07ff29d"
16+
"component": {
17+
"type": "git",
18+
"git": {
19+
"repositoryUrl": "https://github.com/libunwind/libunwind",
20+
"commitHash": "b3ca1b59a795a617877c01fe5d299ab7a07ff29d"
2021
}
2122
},
22-
"DevelopmentDependency": false
23+
"developmentDependency": false
2324
},
2425
{
25-
"Component": {
26-
"Type": "git",
27-
"Git": {
28-
"RepositoryUrl": "https://github.com/llvm/llvm-project",
29-
"CommitHash": "18ddebe1a1a9bde349441631365f0472e9693520"
26+
"component": {
27+
"type": "git",
28+
"git": {
29+
"repositoryUrl": "https://github.com/llvm/llvm-project",
30+
"commitHash": "18ddebe1a1a9bde349441631365f0472e9693520"
3031
}
3132
},
32-
"DevelopmentDependency": false
33+
"developmentDependency": false
3334
},
3435
{
35-
"Component": {
36-
"Type": "git",
37-
"Git": {
38-
"RepositoryUrl": "https://github.com/Tencent/rapidjson",
39-
"CommitHash": "d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5"
36+
"component": {
37+
"type": "git",
38+
"git": {
39+
"repositoryUrl": "https://github.com/Tencent/rapidjson",
40+
"commitHash": "d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5"
4041
}
4142
},
42-
"DevelopmentDependency": false
43+
"developmentDependency": false
4344
},
4445
{
45-
"Component": {
46-
"Type": "git",
47-
"Git": {
48-
"RepositoryUrl": "https://github.com/zlib-ng/zlib-ng",
49-
"CommitHash": "d54e3769be0c522015b784eca2af258b1c026107"
46+
"component": {
47+
"type": "git",
48+
"git": {
49+
"repositoryUrl": "https://github.com/zlib-ng/zlib-ng",
50+
"commitHash": "d54e3769be0c522015b784eca2af258b1c026107"
5051
}
5152
},
52-
"DevelopmentDependency": false
53+
"developmentDependency": false
5354
},
5455
{
55-
"Component": {
56-
"Type": "git",
57-
"Git": {
58-
"RepositoryUrl": "https://github.com/microsoft/LinuxTracepoints",
59-
"CommitHash": "a817b91dfb08b2929ec6d48a211644e3394bf1c7"
56+
"component": {
57+
"type": "git",
58+
"git": {
59+
"repositoryUrl": "https://github.com/microsoft/LinuxTracepoints",
60+
"commitHash": "a817b91dfb08b2929ec6d48a211644e3394bf1c7"
6061
}
6162
},
62-
"DevelopmentDependency": false
63+
"developmentDependency": false
6364
}
6465
]
6566
}

0 commit comments

Comments
 (0)