Skip to content

Commit

Permalink
Merge pull request #1214 from apiaryio/honzajavorek/oas3
Browse files Browse the repository at this point in the history
Add experimental OpenAPI 3 support
  • Loading branch information
honzajavorek authored Jan 18, 2019
2 parents 1629924 + 195d95e commit 8de334c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ documentation.

- [API Blueprint][]
- [OpenAPI 2][] (formerly known as Swagger)
- [OpenAPI 3][] ([experimental](https://github.com/apiaryio/api-elements.js/blob/master/packages/fury-adapter-oas3-parser/STATUS.md), contributions welcome!)

### Supported Hooks Languages

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Supported API Description Formats

- `API Blueprint`_
- `OpenAPI 2`_ (formerly known as Swagger)
- `OpenAPI 3`_ (`experimental <https://github.com/apiaryio/api-elements.js/blob/master/packages/fury-adapter-oas3-parser/STATUS.md>`__, contributions welcome!)

Supported Hooks Languages
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chai": "4.1.2",
"clone": "2.1.2",
"cross-spawn": "6.0.5",
"dredd-transactions": "6.2.6",
"dredd-transactions": "6.3.0",
"gavel": "2.2.1",
"glob": "7.1.3",
"html": "1.0.0",
Expand Down

0 comments on commit 8de334c

Please sign in to comment.