linter-swagger
Archived: Source Code has been archived
Lint Swagger or OpenAPI files on the fly, using swagger-parser
This package provides the following services:
linter-swagger
This plugin for Linter will lint
Swagger 2.0 specifications or OpenAPI 3.0 specifications, both JSON and YAML using
swagger-parser
node package.
Installation
Install linter-swagger
either in Atom's Preferences/Install Packages, or with
apm
on the command-line:
apm install linter-swagger
This package will automatically install linter
if that is missing.
Usage
This package will automatically lint YAML and JSON files that have a swagger
or openapi
field
with a version number value, in accordance to the Swagger spec.
License
MIT. More info in the LICENSE file