Alias to validate(), to maintain backwards-compatibility with the previous API
public function check($value, $schema) { return $this->validate($value, $schema); }