You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @daveshanley , I had checked the code base and found out that for the header parameter validation, only validation against schema type is implemented. Could you please update if there is any plan for the enhancement of the header schema validation ?
Hi, I have the following spec.
However, the library is not checking the header type during validation. Here is the code to reproduce the issue.
Outcome of this program is
is validation successful- true
Our expectation is that the validation should fail as the header value type is string.
Thanks,
Triptesh
The text was updated successfully, but these errors were encountered: