/ etherpad / src / node_modules / openapi-schema-validation /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]schema/3 months ago -  
[DIR]test/3 months ago -  
[   ]LICENSE3 months ago1.1K 
[TXT]README.md3 months ago3.4K 
[   ]index.js3 months ago1.1K 
[   ]package.json3 months ago867  
README.md

Note: This has been deprecated in favor of openapi-schema-validator

Moving forward you can use openapi-schema-validator. See openapi-framework for an example.

openapi-schema-validation NPM version Downloads Build Status Coveralls Status

Validate openapi documents.

For OpenAPI v2.0 (a.k.a. swagger 2.0) and OpenAPI v3.0.0

Document examples and full specs:

Highlights

Huge thank you to the gnostic project for building up a 3.0.0 JSON schema.

Example

var validateSchema = require('openapi-schema-validation').validate;
console.log(validateSchema(apiDoc, version));

see here for example results.

API

.validate(apiDoc, version)

LICENSE

The MIT License (MIT)

Copyright (c) 2016 Kogo Software LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Apache/2.4.38 (Debian) Server at www.karls.computer Port 80