update schema for Content Patcher 1.28.0
This commit is contained in:
parent
c51a593e93
commit
b2103bbfa6
|
@ -31,6 +31,7 @@
|
||||||
* Added log parser warning about performance of PyTK 1.23.0 or earlier.
|
* Added log parser warning about performance of PyTK 1.23.0 or earlier.
|
||||||
* Converted images to SVG (thanks to ishan!).
|
* Converted images to SVG (thanks to ishan!).
|
||||||
* Updated log parser for new update alert format in SMAPI 3.15.1.
|
* Updated log parser for new update alert format in SMAPI 3.15.1.
|
||||||
|
* Updated the JSON validator/schema for Content Patcher 1.28.0.
|
||||||
* Fixed log parsing for invalid content packs.
|
* Fixed log parsing for invalid content packs.
|
||||||
* Fixed log parsing if a mod logged a null character.
|
* Fixed log parsing if a mod logged a null character.
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
"pattern": "^1\\.27\\.[0-9]+$",
|
"pattern": "^1\\.28\\.[0-9]+$",
|
||||||
"@errorMessages": {
|
"@errorMessages": {
|
||||||
"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."
|
"pattern": "Incorrect value '@value'. You should always use the latest format version (currently 1.28.0) to enable the latest features, avoid obsolete behavior, and reduce load times."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ConfigSchema": {
|
"ConfigSchema": {
|
||||||
|
|
Loading…
Reference in New Issue