Skip to content

Commit

Permalink
Add $schema to cgmanifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Magee authored and kimlaine committed Dec 28, 2022
1 parent 82b07db commit eb834e2
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions native/src/seal/util/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"Registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/BLAKE2/BLAKE2",
"commitHash": "997fa5ba1e14b52c554fb03ce39e579e6f27b90c"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/pq-crystals/kyber",
"commitHash": "844057468e69527bd15b17fbe03f4b61f9a22065"
}
}
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/BLAKE2/BLAKE2",
"commitHash": "997fa5ba1e14b52c554fb03ce39e579e6f27b90c"
}
]
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/pq-crystals/kyber",
"commitHash": "844057468e69527bd15b17fbe03f4b61f9a22065"
}
}
}
]
}

0 comments on commit eb834e2

Please sign in to comment.