Skip to content

Commit 99b79c2

Browse files
authored
Registry schema: normalize tags for server and remote_server (#1476)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent bccce58 commit 99b79c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/registry/data/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
"description": "Categorization tags for search and filtering",
535535
"items": {
536536
"type": "string",
537-
"pattern": "^[a-z0-9][a-z0-9_-]+[a-z0-9]$"
537+
"pattern": "^[a-z0-9][a-z0-9_-]*[a-z0-9]$"
538538
},
539539
"minItems": 1,
540540
"uniqueItems": true

0 commit comments

Comments
 (0)