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 6ae8b9d commit 9d081b8
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-z0-9-]*$")
@Pattern(regexp = "^[a-z][a-z0-9-]*$")
@Size(max = 17)
@NotNull
private String uniformName;
Expand Down

0 comments on commit 9d081b8

Please sign in to comment.