Adam Altman
Adam Altman
@AntonKozachuk what do you mean about the `Header` type missing? `Header` is not part of Parameters -- they are related to the response, right? https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#headerObject
Ahh, you mean that link is missing that appears in the definition of `Parameter` type. You are right!
Thanks @bandantonio 🎉 🎉
Have you considered writing a decorator to do this? I was thinking of a similar thing (common headers) recently (but as a decorator).
Also, I suppose you could have these in your components, and reference the components? For example: ``` components: responses: validation-error: ``` And then you would inject `$ref: #/components/responses/validation-error` instead.
+1 for splitting... the main issue I see with splitting is the shared traits, which are used by many of the middlewares. Although, those could also be split into their...
This is great. Needs to be updated for 3.1. Not sure how I never saw this PR. 🙈
Yes, it does. Hard to get a review around here. ;-)
Let's leave this open here so we can discuss implementing it in Redoc.
Thanks for the issue @seanking2919. **Increase awareness** We've heard from our customers that they wish it was easier to find us. Even those using our open source solution already weren't...