JSON Schemata integration with request and response

Hi!
I use JSON Schema validation for responses and for requests(where applicable)
Usually one would have the schemata with the code. I keep them as examples away from the code. (indeed I read it for all requests from the collection.preReq and test from the collection.Tests).
It works fine, however I wonder if it is possible to have an extra placeholder(tab) for response and another for request(POST, PUT, PATCH,…)?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.