Phil Sturgeon
Phil Sturgeon
I have been dealing with a similar thing in something I'm working on. To add some of my thoughts: Lots of APIs don't have a single version, and imposing one...
Yep, now that both Sunset and Deprecation exist, there is not much need for further work on this. With OpenAPI mostly being used for design time, simply being able to...
It's a long time since my previous comment and for some reason I now love the idea of `"replacementOperationId" : "getFoo2"` or similar. I can already imagine it being used...
Design time is often considered something that happens first, then you build, then you run it, but that progression is not linear. In the design-first workflow, design happens first as...
Could you help me with a use-case? What is the benefit of having sunset (a runtime HTTP header that talks about removal) in OpenAPI specifically? You can already use `deprecated:...
Just a heads up here for anyone looking for something like Swagger UI that supports OpenAPI v3.1, there are quite a few options out there: https://openapi.tools/#documentation - [Bump](https://bump.sh/) - [Elements](https://github.com/stoplightio/elements)...
Hello! As the maintainer of [openapi.tools](https://openapi.tools), and as somebody works with Linux Foundation helping out in OpenAPI-land, I'm reaching out to tooling vendors to track the progress towards supporting OpenAPI...
Hey @timburks, the goal of OpenAPI Specification has swapped from REST to HTTP so that's one roadblock gone. https://github.com/OAI/OpenAPI-Specification/pull/1946 I know protobuf support is wanted by @darrelmiller and it's come...
I'm right there with you on parameters and your examples for versioning and profile identification, but I think the hypermedia selection stuff is non-standard and we don't want to add...
I don’t know if it needs any fields but maybe an example or something. I’m just saying I have no idea how it works.