Skip to content
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

Header type should have the same fields as Parameter #46

Closed
pruser opened this issue Oct 26, 2018 · 2 comments · Fixed by #355
Closed

Header type should have the same fields as Parameter #46

pruser opened this issue Oct 26, 2018 · 2 comments · Fixed by #355

Comments

@pruser
Copy link
Contributor

pruser commented Oct 26, 2018

Hi,

I'm dinning in OpenAPIv3 spec and just figured out that Header object fields should be the same as in Parameter.

Header Object :

Header Object

The Header Object follows the structure of the Parameter Object with the following changes:

    name MUST NOT be specified, it is given in the corresponding headers map.
    in MUST NOT be specified, it is implicitly in header.
    All traits that are affected by the location MUST be applicable to a location of header (for example, style).
@danielvladco
Copy link

any progress on this?

fenollp added a commit to fenollp/kin-openapi that referenced this issue Apr 29, 2021
Signed-off-by: Pierre Fenoll <[email protected]>
@fenollp
Copy link
Collaborator

fenollp commented Apr 29, 2021

Hi! Can I have your feedback on #355 please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants