1
0

Update README & remove pattern in schema

This commit is contained in:
Ö. Efe D.
2025-03-09 18:41:24 +01:00
parent 73bf53990c
commit a7a4094aaf
2 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,8 @@ This file stores essential metadata in JSON format. **Make sure you adhere to th
"author": "Joe Mama", "author": "Joe Mama",
"repo": "https://github.com/joemama/extended-cards", "repo": "https://github.com/joemama/extended-cards",
"downloadURL": "https://github.com/joemama/extended-cards/releases/latest/extended-cards.tar.gz", "downloadURL": "https://github.com/joemama/extended-cards/releases/latest/extended-cards.tar.gz",
"folderName": "ExtendedCards" "folderName": "ExtendedCards",
"version": "1.0.0"
} }
``` ```
@@ -48,6 +49,7 @@ This file stores essential metadata in JSON format. **Make sure you adhere to th
- **repo**: A link to your mod's repository. - **repo**: A link to your mod's repository.
- **downloadURL**: A direct link to the latest version of your released mod. (Can be same as `repo` if no separate download link exists.) - **downloadURL**: A direct link to the latest version of your released mod. (Can be same as `repo` if no separate download link exists.)
- *folderName*: (*Optional*) The name for the mod's install folder. This must not contain characters `<` `>` `:` `"` `/` `\` `|` `?` `*` - *folderName*: (*Optional*) The name for the mod's install folder. This must not contain characters `<` `>` `:` `"` `/` `\` `|` `?` `*`
- *version*: (*Optional*, but **recommended**) The latest version of your mod.
### 3. thumbnail.jpg (Optional) ### 3. thumbnail.jpg (Optional)
If included, this image will appear alongside your mod in the index. Maximum and recommended size is 1920x1080 pixels. If included, this image will appear alongside your mod in the index. Maximum and recommended size is 1920x1080 pixels.

View File

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