Parameters are not validated correctly in validate transaction flow. #299
Labels
improvement
Issue is for improvement of existing flow.
validation
Concerns validation flow of module.
As mentioned in existing thread postmanlabs/postman-app-support#8940 (comment).
Validation corectly validates transaction even when it is not following schema. For example transaction with integer as value as query param is validated correctly when schema mentions param to be
string/uuid
.This is happening due to parmaeters only validated for type checking currently.
The text was updated successfully, but these errors were encountered: