Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Commit 080fd6d

Browse files
committed
added implementations
1 parent 321bc4e commit 080fd6d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

IMPLEMENTATIONS.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
### Implementations
2+
3+
Below is a list of known tooling implementing the 3.0.0 specification. Because
4+
the 3.0.0 specification has not yet been released, please consult the details of
5+
any projects listed below for notes about stability and roadmap. The process
6+
to create the best possible 3.0.0 specification includes feedback from end-users
7+
and tooling creators alike, and it is strongly encouraged that draft tooling be
8+
made available for early users of the OAS.
9+
10+
11+
Low-Level tooling
12+
13+
| Title | Project Link | Language |Description |
14+
|----------------|--------------|----------|---------------------|
15+
| swagger-parser | [GitHub/swagger-api](https://github.com/swagger-api/swagger-parser/tree/feature/3.0.0-rc0) | Java | Swagger 1.0, 1.1, 1.2, 2.0 to Open API Specification converter |
16+
| swagger-models | [GitHub/swagger-api](https://github.com/swagger-api/swagger-core/tree/feature/3.0.0-rc0/modules/swagger-models) | Java | Open API 3.0 Java Pojos |
17+
18+
19+
20+
User Interfaces
21+
22+
23+
Server Implementations
24+
25+
26+
Code Generators

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# The OpenAPI Specification
22

3+
### [Draft implementations of tooling supporting the 3.0.0 specification can be found here](https://github.com/OAI/OpenAPI-Specification/blob/master/IMPLEMENTATIONS.md)
4+
35
This is the working branch for the next version of the OpenAPI Specification. You can read more about the Open API Initiative (OAI) at [https://openapis.org](https://openapis.org).
46

57
The current, released version of the OpenAPI Specification is 2.0, through donation of the Swagger Specification to the OAI by SmartBear Software. If you are interested in the release specification, please see the [master branch](https://github.com/OAI/OpenAPI-Specification/blob/master/README.md) of this project.

0 commit comments

Comments
 (0)