1
0

feat(schema): add last-updated field

This commit is contained in:
kasimeka
2025-05-27 13:23:22 +03:00
parent c644e44d32
commit 53a8a6050d

View File

@@ -36,13 +36,17 @@
"type": "string",
"pattern": "^[^<>:\"/\\|?*]+$"
},
"version": {
"version": {
"type": "string"
},
"automatic-version-check": {
"automatic-version-check": {
"type": "boolean"
},
"last-updated": {
"type": "integer",
"minimum": 0,
"exclusiveMaximum": 18446744073709551616
}
},
"required": ["title", "requires-steamodded", "requires-talisman", "categories", "author", "repo", "downloadURL"]
}