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

[DOC] support OpenAPI 3.0 #69

Merged
merged 1 commit into from
Feb 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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