Skip to content

Commit

Permalink
Set a maximum length for id as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilm0r committed Nov 23, 2023
1 parent a63d0a4 commit ff29939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/menu-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "string",
"title": "Schedule ID",
"description": "Immutable and unique identifier for this event/schedule, derived from original filename",
"pattern": "^[a-z0-9-_]{4,}$",
"pattern": "^[a-z0-9-_]{4,32}$",
"examples": [
"fosdem_2003"
]
Expand Down

0 comments on commit ff29939

Please sign in to comment.