Skip to content

Commit

Permalink
Max length for team name is 17 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
johnksv committed Jan 18, 2024
1 parent 0dad9d6 commit ce7b623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/partials/v1/team-info-metadata.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"description": "The (uniform) name of this team",
"type": "string",
"minLength": 1,
"maxLength": 16
"maxLength": 17
},
"name": {
"description": "Name of this resource",
Expand Down
2 changes: 1 addition & 1 deletion src/v1/kuben-team-definition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"uniform_name": {
"type": "string",
"pattern": "^[a-z-]*$",
"maxLength": 16
"maxLength": 17
},
"display_name": {
"type": "string",
Expand Down

0 comments on commit ce7b623

Please sign in to comment.