When triggering workflow step using modified input via .map(); schema validation is not getting applied.
My workflow step expects a type {ID, URL} as input data, but I can pass any input data via .map() function and workflow won't throw any error. Is this behaviour intended, if yes, then what is the best practice to follow for manual schema validation??