Updated openapi.yaml to OpenAPI 3.0
Included lint to validate yaml file
This commit is contained in:
parent
e24e5741fe
commit
037bf43b40
2023
openapi/openapi.yaml
2023
openapi/openapi.yaml
File diff suppressed because it is too large
Load Diff
|
@ -3,10 +3,13 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node_modules/.bin/speccy serve -p 4000 openapi.yaml",
|
||||||
|
"start-old": "node index.js",
|
||||||
|
"test": "node_modules/.bin/speccy lint openapi.yaml"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.16.4",
|
"express": "^4.16.4",
|
||||||
"swagger-ui-dist": "^3.20.1"
|
"swagger-ui-dist": "^3.20.1",
|
||||||
|
"speccy": "^0.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
1593
openapi/yarn.lock
1593
openapi/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue