Skip to content

Commit

Permalink
Increase permitted length of referenced project name
Browse files Browse the repository at this point in the history
  • Loading branch information
colszowka committed Oct 28, 2021
1 parent 2c9bc1d commit 61b7eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ properties:
minItems: 1
items:
type: string
pattern: "^([A-Za-z0-9\\/\\-\\._]{1,50})$"
pattern: "^([A-Za-z0-9\\/\\-\\._]{1,150})$"

0 comments on commit 61b7eb0

Please sign in to comment.