update schema for Content Patcher 1.27.0
This commit is contained in:
parent
8254a821cc
commit
5e1212e99a
|
@ -13,6 +13,7 @@
|
||||||
* Fixed `smapi-internal/config.user.json` overrides not applied after SMAPI 3.14.0.
|
* Fixed `smapi-internal/config.user.json` overrides not applied after SMAPI 3.14.0.
|
||||||
|
|
||||||
* For the web UI:
|
* For the web UI:
|
||||||
|
* Updated the JSON validator/schema for Content Patcher 1.27.0.
|
||||||
* Fixed the mod count in the log parser metadata.
|
* Fixed the mod count in the log parser metadata.
|
||||||
|
|
||||||
## 3.15.0
|
## 3.15.0
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
"title": "Format version",
|
"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.",
|
"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",
|
"type": "string",
|
||||||
"const": "1.26.0",
|
"pattern": "^1\\.27\\.[0-9]+$",
|
||||||
"@errorMessages": {
|
"@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": {
|
"ConfigSchema": {
|
||||||
|
|
Loading…
Reference in New Issue