-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Clarify OpenAPI vs Swagger - part 1 #1244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This clarifies the spec parts of this page. We still have an issue with identifying the tools for the spec with Swagger, while the tools for the spec should be listed somewhere non-proprietary and the Swagger list should be within (or referred to by) that list.
| @@ -1,4 +1,4 @@ | |||
| # The OpenAPI Specification (fka The Swagger Specification) | |||
| # The OpenAPI Specification (originally cloned from The Swagger Specification) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, the spec repo was transferred, not cloned. This isn't a copy of the Swagger spec, it is an evolution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#TDC: "fka" -> "formerly"
| ### [OpenAPI 2.0 Specification](versions/2.0.md) | ||
|
|
||
| This repository contains the existing Swagger 1.2, 2.0 specifications as well as proposals for the next version of the specification, which will be called the OpenAPI Specification 3.0. The proposals live in the [OpenAPI.next](https://github.com/OAI/OpenAPI-Specification/tree/OpenAPI.next) branch. | ||
| This repository contains the existing Swagger 1.2 and Swagger 2.0 specifications, the OpenAPI Specification 2.0 which is identical to the Swagger 2.0 specification, as well as proposals for the next version of the specification, which will be called the OpenAPI Specification 3.0. The proposals live in the [OpenAPI.next](https://github.com/OAI/OpenAPI-Specification/tree/OpenAPI.next) branch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest: the OpenAPI Specification 2.0, which is identical to the Swagger 2.0 specification but with a new name, (adds comma and emphasizes the name change)
|
#TDC: Thanks @usarid. Please make this PR against the OpenAPI.next branch |
|
This was implemented as #1281 so closing this. |
This clarifies the spec parts of this page. We still have an issue with identifying the tools for the spec with Swagger, while the tools for the spec should be listed somewhere non-proprietary and the Swagger list should be within (or referred to by) that list.