We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the package only performs contract validation for request and response bodies.
Support could be added to also validate that requests included query parameters are valid.
The text was updated successfully, but these errors were encountered:
@danut-t I will set #20 (headers validation) as dependant on this one, given that the validation for both would be pretty similar
headers
As stated in OpenAPI spec:
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).
The Header Object follows the structure of the Parameter Object with the following changes:
Most likely will extend validations added in this issue.
Sorry, something went wrong.
danut-t
No branches or pull requests
Currently the package only performs contract validation for request and response bodies.
Support could be added to also validate that requests included query parameters are valid.
The text was updated successfully, but these errors were encountered: