pub fn validate_version(version: &str) -> Result<(), ValidationError>
Validate that the version is “v1”
Returns a validation error if the version is not “v1”.