pub fn validate( spec: &Arc<Box<dyn Spec>>, context: &Arc<Context>, config: &Arc<Config>, ) -> Result<(), Error>
Validate that a spec can be run.