Skip to content

Commit

Permalink
change source, need to update 50 places it appears
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Jun 26, 2024
1 parent 6e29409 commit 753489d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/api/external/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ impl JsonSchema for Name {
"Names must begin with a lower case ASCII letter, be \
composed exclusively of lowercase ASCII, uppercase \
ASCII, numbers, and '-', and may not end with a '-'. \
Names cannot be a UUID though they may contain a UUID."
.to_string(),
Names cannot be a UUID, but they may contain a UUID. \
They can be at most 63 characters long.".to_string(),
),
..Default::default()
})),
Expand Down

0 comments on commit 753489d

Please sign in to comment.