Skip to content

Commit 6a08ebf

Browse files
committed
better name?
1 parent f9a78fb commit 6a08ebf

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

package-lock.json

Lines changed: 3 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "json-schema-openapi-json-schema",
2+
"name": "json-schema-for-openapi",
33
"version": "0.0.1",
44
"description": "Converts a regular JSON Schema to a compatible OpenAPI 3 Schema Object, extracting out $ref schemas to their own schema object",
55
"keywords": ["json", "json-schema", "openAPI", "openAPI-v3"],
@@ -14,6 +14,9 @@
1414
"type": "git",
1515
"url": "https://github.com/JaredCE/json-schema-to-openAPI-schema-object.git"
1616
},
17+
"bugs": {
18+
"url": "https://github.com/JaredCE/json-schema-to-openAPI-schema-object/issues"
19+
},
1720
"license": "Apache-2.0",
1821
"devDependencies": {
1922
"chai": "^4.3.6",

0 commit comments

Comments
 (0)