Allow validate_inputs to work with non-normalized declarations
Current situation
validate_inputs normalize inputs (and hence expects an already normalized declaration). This is fine for plugins, but the workflow schema allows for inputs with a _ in their names.
Desired outcome
An additional parameter disabling normalization.