Skip to content
Snippets Groups Projects
Commit 0cc5bf4a authored by Siarhei Khaletski (EPAM)'s avatar Siarhei Khaletski (EPAM) :triangular_flag_on_post:
Browse files

Merge branch 'fix/inconsistent_regex_entitytype' into 'master'

feat: Fixed Inconsistent `entityType` regex patterns issue

See merge request !345
parents 90481bfe 01e40445
No related branches found
No related tags found
1 merge request!345feat: Fixed Inconsistent `entityType` regex patterns issue
Pipeline #183765 failed
......@@ -51,7 +51,7 @@ public class RegisteredInterface {
@Schema(example = "wellbore")
@NotBlank
@Pattern(regexp = "^[A-Za-z0-9 ]{2,50}")
@Pattern(regexp = "^[\\w\\.-]{2,50}")
private String entityType;
@NotNull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment