feat(schema): add last-updated field
This commit is contained in:
@@ -41,8 +41,12 @@
|
||||
},
|
||||
"automatic-version-check": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"last-updated": {
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"exclusiveMaximum": 18446744073709551616
|
||||
}
|
||||
},
|
||||
"required": ["title", "requires-steamodded", "requires-talisman", "categories", "author", "repo", "downloadURL"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user