update schema for Content Patcher 1.27.0

This commit is contained in:
Jesse Plamondon-Willard 2022-06-28 01:13:11 -04:00
parent 8254a821cc
commit 5e1212e99a
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@
* Fixed `smapi-internal/config.user.json` overrides not applied after SMAPI 3.14.0.
* For the web UI:
* Updated the JSON validator/schema for Content Patcher 1.27.0.
* Fixed the mod count in the log parser metadata.
## 3.15.0

View File

@ -14,9 +14,9 @@
"title": "Format version",
"description": "The format version. You should always use the latest version to enable the latest features, avoid obsolete behavior, and reduce load times.",
"type": "string",
"const": "1.26.0",
"pattern": "^1\\.27\\.[0-9]+$",
"@errorMessages": {
"const": "Incorrect value '@value'. You should always use the latest format version (currently 1.26.0) to enable the latest features, avoid obsolete behavior, and reduce load times."
"pattern": "Incorrect value '@value'. You should always use the latest format version (currently 1.27.0) to enable the latest features, avoid obsolete behavior, and reduce load times."
}
},
"ConfigSchema": {