* Introduce a new "added-in" template and use it on endpoints * Use "added-in" on schema properties too * Annotate sections of the spec with their added versions * Demo of "added-in" on a room version (to be fleshed out) * Use clearer versioning semantics * Update and fix validator for Swagger custom properties * Fix docs
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "swagger-cli-validator",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "validator.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nopt": "^3.0.2",
|
|
"swagger-parser": "^10.0.3"
|
|
}
|
|
}
|