Skip to content

Commit

Permalink
Add $schema to cgmanifest.json (microsoft#76875)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee authored Sep 2, 2022
1 parent e957c0c commit dbbc193
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Tools/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"Registrations": [
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/cloudbase/powershell-yaml",
"CommitHash": "03663c66e57ce2d0422077dc073bdb92e4d374b0"
}
},
},
]
}
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Type": "git",
"git": {
"RepositoryUrl": "https://github.com/cloudbase/powershell-yaml",
"CommitHash": "03663c66e57ce2d0422077dc073bdb92e4d374b0"
}
}
}
]
}

0 comments on commit dbbc193

Please sign in to comment.