pub fn validate_version_wrapper(version: &str) -> Result<(), ValidationError>
Wrapper for validate_version for use with validator crate
validate_version
Returns a validation error if the version is not “v1”.