Skip to content

Commit

Permalink
[GENERATE] Java classes from JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dapla-bot[bot] committed Aug 26, 2024
1 parent f6ece98 commit 8d39b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class KubenTeamDefinition implements Serializable
*
*/
@JsonProperty("uniform_name")
@Pattern(regexp = "^[a-z-]*$")
@Pattern(regexp = "^[a-z0-9-]*$")
@Size(max = 17)
@NotNull
private String uniformName;
Expand Down

0 comments on commit 8d39b3e

Please sign in to comment.