UNPKG

swagger-model-validator

Version:
173 lines (172 loc) 4.07 kB
{ "name": "swagger-model-validator", "version": "3.0.21", "description": "Validate incoming objects against Swagger Models.", "keywords": [ "Swagger", "Validation", "OpenApi" ], "license": "MIT", "author": "Brody Dunn", "bugs": { "url": "https://github.com/atlantishealthcare/swagger-model-validator/issues" }, "homepage": "https://github.com/atlantishealthcare/swagger-model-validator", "repository": { "type": "git", "url": "https://github.com/atlantishealthcare/swagger-model-validator.git" }, "files": [ "index.js", "contributors.md", "lib" ], "scripts": { "test": "nodeunit tests" }, "devDependencies": { "all-contributors-cli": "^6.20.0", "nodeunit": "^0.11.3" }, "contributors": [ { "name": "Sreeram Sreedharan", "email": null, "url": "https://github.com/ssreedharan", "contributions": 1, "additions": 1, "deletions": 1, "hireable": null }, { "name": "Brian Hou", "email": null, "url": "https://github.com/brhou", "contributions": 3, "additions": 61, "deletions": 6, "hireable": null }, { "name": "Jimi Ford", "email": null, "url": "https://github.com/JimiHFord", "contributions": 1, "additions": 1, "deletions": 1, "hireable": true }, { "name": "Vu Nguyen", "email": null, "url": "https://github.com/vudknguyen", "contributions": 1, "additions": 2, "deletions": 2, "hireable": null }, { "name": "Andrew Kandels", "email": null, "url": "https://github.com/akandels", "contributions": 1, "additions": 2, "deletions": 2, "hireable": null }, { "name": "Hugo Durães", "email": null, "url": "https://github.com/hugoduraes", "contributions": 4, "additions": 383, "deletions": 110, "hireable": true }, { "name": "Abhilash Chelankara", "email": null, "url": "https://github.com/abhiche", "contributions": 2, "additions": 50, "deletions": 4, "hireable": null }, { "name": null, "email": null, "url": "https://github.com/julianpellasrice", "contributions": 2, "additions": 155, "deletions": 4, "hireable": null }, { "name": "Joe Mulvaney", "email": null, "url": "https://github.com/mycrobe", "contributions": 2, "additions": 283, "deletions": 50, "hireable": null }, { "name": "Mitchell Burton", "email": null, "url": "https://github.com/MitchellBurton", "contributions": 3, "additions": 199, "deletions": 22, "hireable": true }, { "name": "Rory O'Connor", "email": null, "url": "https://github.com/roryoconnor", "contributions": 2, "additions": 137, "deletions": 0, "hireable": null }, { "name": "Gareth Coleman", "email": null, "url": "https://github.com/layerzerolabs", "contributions": 2, "additions": 5, "deletions": 6, "hireable": true }, { "name": "Roger Mui", "email": null, "url": "https://github.com/rogermui", "contributions": 5, "additions": 345, "deletions": 21, "hireable": null }, { "name": "Igor Korotach", "email": null, "url": "https://github.com/Emulebest", "contributions": 1, "additions": 45, "deletions": 2, "hireable": null }, { "name": "Brody Dunn", "email": null, "url": "https://github.com/brodyd", "contributions": 161, "additions": 18228, "deletions": 4273, "hireable": null } ], "dependencies": { "lodash.isequal": "^4.5.0" } }