Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #69 from gbloquel/fixdocumentation
Browse files Browse the repository at this point in the history
[DOC] support OpenAPI 3.0
  • Loading branch information
Arcanemagus committed Feb 5, 2019
2 parents 256071e + 200921c commit 38db2fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Package version!](https://img.shields.io/apm/v/linter-swagger.svg?style=flat)](https://atom.io/packages/linter-swagger)

This plugin for [Linter][linter] will lint
[Swagger 2.0 specifications][swagger], both JSON and YAML using
[Swagger 2.0 specifications][swagger] or [OpenAPI 3.0 specifications][openapi], both JSON and YAML using
[`swagger-parser` node package][swagger-parser].

## Installation
Expand All @@ -30,5 +30,6 @@ with a version number value, in accordance to the [Swagger spec](http://swagger.
MIT. More info in the [LICENSE file](./LICENSE.md)

[linter]: https://github.com/AtomLinter/Linter "Linter Atom Package"
[openapi]: https://github.com/OAI/OpenAPI-Specification/ "OpenAPI Specification Main Site"
[swagger]: http://swagger.io/ "Swagger Main Site"
[swagger-parser]: https://www.npmjs.com/package/swagger-parser "Swagger Parser NPM Page"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linter-swagger",
"main": "./lib/main",
"version": "0.5.1",
"description": "Lint Swagger files on the fly, using swagger-parser",
"description": "Lint Swagger or OpenAPI files on the fly, using swagger-parser",
"keywords": [
"swagger",
"linter",
Expand Down

0 comments on commit 38db2fe

Please sign in to comment.