Skip to content

Commit 1550880

Browse files
committed
install uuid
1 parent e7d9d99 commit 1550880

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

package-lock.json

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"name": "json-schema-for-openapi",
33
"version": "0.1.0",
44
"description": "Converts a regular JSON Schema to a compatible OpenAPI 3 Schema Object, extracting out $ref schemas to their own schema object",
5-
"keywords": ["json", "json-schema", "openAPI", "openAPI-v3"],
5+
"keywords": [
6+
"json",
7+
"json-schema",
8+
"openAPI",
9+
"openAPI-v3"
10+
],
611
"main": "index.js",
712
"scripts": {
813
"test": "mocha --config './test/.mocharc.js'"
@@ -25,6 +30,7 @@
2530
"sinon": "^14.0.0"
2631
},
2732
"dependencies": {
28-
"json-schema-traverse": "^1.0.0"
33+
"json-schema-traverse": "^1.0.0",
34+
"uuid": "^8.3.2"
2935
}
3036
}

0 commit comments

Comments
 (0)