I think it'd be helpful to have a list of everyone supporting OpenAPI 3. Right now it's difficult for end users to understand what options are available.
At the moment, no-one is supporting OpenAPI 3. The point of this RC0 is to provide a stable base upon which people can build tooling to support it. We are in the process of creating a list of implementations that are working to support V3.
We are in the process of creating a list of implementations that are working to support V3.
Is this going to be published on openapis.org?
Either there or in the wiki of this repo.
I like the wiki idea, especially if people can edit it so new entries don't get blocked waiting for approval.
In my experience, opening the wiki for edits ends up butchering the wiki pages. I wish github had a PR process for that as well.
How about a new repo for tools/services which is using gh-pages & accepts PRs? Then as PRs are merged, the website listing will auto update.
Also as a counter example, the jekyll wiki (28k stars) is doing fine with open access rights:
Thanks. We're considering the options for this. Our first and immediate goal was to push the draft out, we'll tackle that (and much more) in the upcoming weeks.
Another option is creating a gist. People could leave a comment with a link to their project which someone would then need to review and add to the gist.
My team will be working on a renderer that supports Swagger V2 and the Open API spec. We have a vested interest in this as our current API cannot be accurately described using just Swagger V2 as we use parts of the JSON Schema spec that are not supported.
We'll be digging through the draft shortly!
For now, please feel free to issue pull requests to an unofficial list here
Where is the link to the official list of implementations? There is a link to a implementations submission form, but no link to the actual implementations >.<

When we get that link done, we can probably close this issue. Mike hasa list, https://openapi.tools has a list, and there's an official one in hiding.
It's not hiding.... it is right here https://github.com/OAI/OpenAPI-Specification/blob/master/IMPLEMENTATIONS.md I know it is discoverable because we have at least 10 PRs to it that need attending to.
Hiding for end users who aren’t combing through the repo. :)
--
Phil Sturgeon
@philsturgeon
On Jun 11, 2019, at 15:37, Darrel notifications@github.com wrote:
It's not hiding.... it is right here https://github.com/OAI/OpenAPI-Specification/blob/master/IMPLEMENTATIONS.md I know it is discoverable because we have at least 10 PRs to it that need attending to.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Most helpful comment
My team will be working on a renderer that supports Swagger V2 and the Open API spec. We have a vested interest in this as our current API cannot be accurately described using just Swagger V2 as we use parts of the JSON Schema spec that are not supported.
We'll be digging through the draft shortly!