Skip to content

Commit f9a78fb

Browse files
committed
update package details
1 parent 0a09a4f commit f9a78fb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "json-schema-openapi-json-schema",
33
"version": "0.0.1",
4-
"description": "",
4+
"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"],
56
"main": "index.js",
67
"scripts": {
78
"test": "mocha --config './test/.mocharc.js'"
89
},
9-
"author": "Jared Evans",
10+
"author": {
11+
"name": "Jared Evans"
12+
},
1013
"repository": {
1114
"type": "git",
1215
"url": "https://github.com/JaredCE/json-schema-to-openAPI-schema-object.git"

0 commit comments

Comments
 (0)