pub fn validate_description(
    maybe_description: Option<&str>
) -> Result<(), ValidationError>