Skip to content

Commit 70dcb7f

Browse files
committed
fix(keychain-vault): add missing license to openapi.json
Fixes #493 Signed-off-by: Peter Somogyvari <[email protected]>
1 parent 97d9300 commit 70dcb7f

File tree

1 file changed

+5
-1
lines changed
  • packages/cactus-plugin-keychain-vault/src/main/json

1 file changed

+5
-1
lines changed

packages/cactus-plugin-keychain-vault/src/main/json/openapi.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"info": {
44
"title": "Hyperledger Cactus - Keychain API",
55
"description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.",
6-
"version": "0.3.0"
6+
"version": "0.3.0",
7+
"license": {
8+
"name": "Apache 2.0",
9+
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
10+
}
711
},
812
"components": {
913
"schemas": {}

0 commit comments

Comments
 (0)