diff --git a/schema/meta.schema.json b/schema/meta.schema.json index e033fca8..6586bae4 100644 --- a/schema/meta.schema.json +++ b/schema/meta.schema.json @@ -31,6 +31,10 @@ "downloadURL": { "type": "string", "format": "uri" + }, + "folderName": { + "type": "string", + "pattern": "^[^<>:\"/\\|?*]+$" } }, "required": ["title", "requires-steamodded", "categories", "author", "repo", "downloadURL"]