[SDC] Full OnBoard health-check and NFoD support
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / vendor-software-products-rest / vendor-software-products-rest-types / src / main / java / org / openecomp / sdcrests / vendorsoftwareproducts / types / DeploymentFlavorRequestDto.java
index 54ce63b..baf6707 100644 (file)
@@ -10,7 +10,6 @@ import javax.validation.constraints.Size;
 
 public class DeploymentFlavorRequestDto {
     @NotBlank(message = "is mandatory and should not be empty")
-    @Pattern(regexp = "^[a-zA-Z 0-9._-]*$", message = "must match \"^[a-zA-Z 0-9._-]*$\"")
     @Size(min = 0, max = 30,message = "length should not exceed 30 characters.")
     private String model;
     @Size(min = 0, max = 300,message = "length should not exceed 300 characters.")