User Story Description
As a Prism user,
I want to be able to define the option to bypass the request validation and just return the mocked response,
so I can showcase a response even when then the request is invalid, which is usefull for a demo mode.
Now, it seems that it is not possible circumvent the request validation, it is always triggered.
Returning validation errors instead of the response.
example:
[5:34:12 PM] › [VALIDATOR] ✖ error Violation: request.body Request body must have required property 'ticketDate'
Response
{
"type": "object",
"title": "Validation failed"
}
The same logic that would apply for the Proxy CLI --validate-request
Acceptance Criteria
Sprint Ready Checklist
User Story Description
As a Prism user,
I want to be able to define the option to bypass the request validation and just return the mocked response,
so I can showcase a response even when then the request is invalid, which is usefull for a demo mode.
Now, it seems that it is not possible circumvent the request validation, it is always triggered.
Returning validation errors instead of the response.
example:
[5:34:12 PM] › [VALIDATOR] ✖ error Violation: request.body Request body must have required property 'ticketDate'
Response
The same logic that would apply for the Proxy CLI --validate-request
Acceptance Criteria
Sprint Ready Checklist