Add path to local mod data schema.
Some checks failed
.NET Build / build (push) Has been cancelled

This commit is contained in:
Ottermandias 2026-02-15 22:05:11 +01:00
parent 7621fb02f6
commit ff6f7a1c75
2 changed files with 28 additions and 21 deletions

View file

@ -10,6 +10,14 @@
"minimum": 3,
"maximum": 3
},
"FileSystemFolder": {
"description": "The containing folder in Penumbras custom filesystem for this mod. Can be omitted if the mod is not in a folder.",
"type": "string"
},
"SortOrderName": {
"description": "The sort order name of the mod in Penumbras custom filesystem. Can be omitted if the mod uses the default sort order name.",
"type": "string"
},
"ImportDate": {
"description": "The date and time of the installation of the mod as a Unix Epoch millisecond timestamp.",
"type": "integer"