We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690430e commit 1232815Copy full SHA for 1232815
1 file changed
game-schema-d4.json
@@ -9,7 +9,8 @@
9
"slug":
10
{
11
"description": "A unique string identifier for a game",
12
- "type": "string"
+ "type": "string",
13
+ "pattern": "^[a-z0-9._-]+$"
14
},
15
"developer":
16
0 commit comments