Skip to content

Commit

Permalink
fix(keychain-vault): add missing license to openapi.json
Browse files Browse the repository at this point in the history
Fixes #493

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jan 15, 2021
1 parent 97d9300 commit 70dcb7f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"info": {
"title": "Hyperledger Cactus - Keychain API",
"description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.",
"version": "0.3.0"
"version": "0.3.0",
"license": {
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
}
},
"components": {
"schemas": {}
Expand Down

0 comments on commit 70dcb7f

Please sign in to comment.