Skip to content

Commit f70e964

Browse files
authored
Merge pull request #944 from KhloeLeclair/schema-update
Update the JSON Schema for SMAPI Manifests to include MinimumGameVersion
2 parents 8d7bf9f + ccbb332 commit f70e964

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/SMAPI.Web/wwwroot/schemas/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
"title": "Minimum API version",
7272
"description": "The minimum SMAPI version needed to use this mod. If a player tries to use the mod with an older SMAPI version, they'll see a friendly message saying they need to update SMAPI. This also serves as a proxy for the minimum game version, since SMAPI itself enforces a minimum game version.",
7373
"$ref": "#/definitions/SemanticVersion"
74+
},
75+
"MinimumGameVersion": {
76+
"title": "Minimum Game version",
77+
"description": "The minimum Stardew Valley version needed to use this mod. If a player tries to use the mod with an older Stardew Valley version, they'll see a friendly message saying they need to update Stardew Valley.",
78+
"$ref": "#/definitions/SemanticVersion"
7479
},
7580
"Dependencies": {
7681
"title": "Mod dependencies",

0 commit comments

Comments
 (0)