Add a field per parameter to mark it as required or optional. If required, abort the request when the value can't be resolved (current behavior). If optional, skip validation and let the request proceed. This gives control over how unresolved {{process.*}} variables are handled instead of a single global validation rule.
Add a field per parameter to mark it as required or optional. If required, abort the request when the value can't be resolved (current behavior). If optional, skip validation and let the request proceed. This gives control over how unresolved {{process.*}} variables are handled instead of a single global validation rule.