diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-22 18:46:03 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-22 18:46:03 -0500 |
commit | 4c471ea2154772e0eee6a50be2f0e468915a1b9d (patch) | |
tree | c74b98d19b9e944a26400390104c1853cd70802d /src/SMAPI.Web | |
parent | d6901ed49626dac27e9ebf80d2ac86223a6064ca (diff) | |
download | SMAPI-4c471ea2154772e0eee6a50be2f0e468915a1b9d.tar.gz SMAPI-4c471ea2154772e0eee6a50be2f0e468915a1b9d.tar.bz2 SMAPI-4c471ea2154772e0eee6a50be2f0e468915a1b9d.zip |
fix CP schema not requiring Default field if AllowBlank is omitted
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r-- | src/SMAPI.Web/wwwroot/schemas/content-patcher.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json index 28e38e73..7e00c28e 100644 --- a/src/SMAPI.Web/wwwroot/schemas/content-patcher.json +++ b/src/SMAPI.Web/wwwroot/schemas/content-patcher.json @@ -51,8 +51,7 @@ "if": { "properties": { "AllowBlank": { "const": false } - }, - "required": [ "AllowBlank" ] + } }, "then": { "required": [ "Default" ] |