Skip to content

Commit 7bb9d6a

Browse files
authored
Allow two-character tags in registry schema (#1436)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent bd69989 commit 7bb9d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/registry/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"description": "Categorization tags for search and filtering",
127127
"items": {
128128
"type": "string",
129-
"pattern": "^[a-z0-9][a-z0-9_-]+[a-z0-9]$"
129+
"pattern": "^[a-z0-9][a-z0-9_-]*[a-z0-9]$"
130130
},
131131
"minItems": 1,
132132
"uniqueItems": true

0 commit comments

Comments
 (0)