Skip to content

Commit

Permalink
Allow plus signs in labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 20, 2024
1 parent 0698f5a commit 0afce3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/schema/objects/formats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ label:
display_name: Label
description: |
Freeform labels without special characters.
pattern: '[0-9a-zA-Z]+'
Plus signs (+) are allowed, typically used to separate labels.
pattern: '[0-9a-zA-Z+]+'
# Metadata types
boolean:
display_name: Boolean
Expand Down

0 comments on commit 0afce3c

Please sign in to comment.