1
0

Add version to trance & update schema

This commit is contained in:
Ö. Efe D.
2025-03-09 18:18:44 +01:00
parent b5aadcb2cd
commit d34c72075d
2 changed files with 6 additions and 1 deletions

View File

@@ -35,6 +35,10 @@
"folderName": {
"type": "string",
"pattern": "^[^<>:\"/\\|?*]+$"
},
"version": {
"type": "string",
"pattern": "^[^<>:\"/\\|?*]+$"
}
},
"required": ["title", "requires-steamodded", "categories", "author", "repo", "downloadURL"]