Schema validation for request chaining with router

Hi,

How one would be able to skip schema validation for just one request?

Use case: I’m using this method to run through a workflow, which uses a dummy request to start the chain, but I don’t want this dummy request to be included when validating my schema with my API:

Can you please show us what you have? Speaking conceptually the answer just feels like “don’t include that in your tests”.

I have my collection set up like in the video example like this:

so I need to ignore the “Router” request in the schema, but I need the Router request to get my ‘routes’ to run in the correct order