Skip to content

Commit 5cf6c39

Browse files
committed
schema: allow arbitrary tags
1 parent dce8232 commit 5cf6c39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/game-schema-d5.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@
130130
"type": "string",
131131
"pattern": "^event:[a-z0-9._-]+$"
132132
},
133+
{
134+
"type": "string",
135+
"pattern": "^['A-Za-z0-9\\s-]+$"
136+
},
133137
{
134138
"type": "string",
135139
"enum": [

0 commit comments

Comments
 (0)