Tag openapi

 Like

Liked GitHub - daveshanley/vacuum: vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral rulesets and generates compatible reports.
Post details
vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral r...

 Like

Liked What is the info property in OpenAPI? by Arnaud Lauret 
Post details
The info property of an OpenAPI document contains metadata that provides an overview of an API, but what does it represent exactly? How did it evolve across the OpenAPI Specification versions? And how to can it be used and misused? This is the second post in the OpenAPI Specification Reference series.

 Bookmark

This is a really great idea - API gateways / ingress tooling utilising OpenAPI is much better than requiring duplication, and ensures that teams are building with API documentation first, but would be a barrier for those who need to backfill docs

Recommended read: An OpenAPI-first Ingress Controller for Kubernetes -  Kusk Gateway - Kubeshop https://kubeshop.io/blog/configure-ingress-with-openapi

 Reply

Sorry for the late reply - thanks for this info folks. That'd be useful, and would allow us to deprecate all sorts of things, especially going forward 👍🏽

 Note

Folks who work a lot with #OpenApi - is there a way to specify different securitySchemes and different headers based on what type of server is being used? I.e. to clarify between local/integrated systems?