Add preferred changed items to mods.

This commit is contained in:
Ottermandias 2025-03-01 22:21:36 +01:00
parent 13adbd5466
commit 509f11561a
7 changed files with 273 additions and 41 deletions

View file

@ -26,6 +26,15 @@
"Favorite": {
"description": "Whether the mod is favourited by the user.",
"type": "boolean"
},
"PreferredChangedItems": {
"description": "Preferred items to list as the main item of a group.",
"type": "array",
"items": {
"minimum": 0,
"type": "integer"
},
"uniqueItems": true
}
},
"required": [ "FileVersion" ]