update schema for Content Patcher 1.22

This commit is contained in:
Jesse Plamondon-Willard 2021-04-17 22:11:21 -04:00
parent 9174e17f53
commit ed47c2a0ce
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
"title": "Format version",
"description": "The format version. You should always use the latest version to enable the latest features and avoid obsolete behavior.",
"type": "string",
"const": "1.21.0",
"const": "1.22.0",
"@errorMessages": {
"const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.21.0'."
"const": "Incorrect value '@value'. This should be set to the latest format version, currently '1.22.0'."
}
},
"ConfigSchema": {