pub fn validate_schema_enum_variant_name(
    name: &str
) -> Result<(), SchemaValidationError>