diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-05 00:48:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:03:51 -0400 |
commit | c785572fdd07df17487fedd67551cb9e5ff60a2d (patch) | |
tree | e2f709b57d0c7501ee91f8c6c47c209f34fc8864 /src/SMAPI.Web/wwwroot/schemas | |
parent | 84ad8b2a92eac9155cada821c57d62a517b958a8 (diff) | |
download | SMAPI-c785572fdd07df17487fedd67551cb9e5ff60a2d.tar.gz SMAPI-c785572fdd07df17487fedd67551cb9e5ff60a2d.tar.bz2 SMAPI-c785572fdd07df17487fedd67551cb9e5ff60a2d.zip |
raise JSON validation error for duplicate fields (#654)
Diffstat (limited to 'src/SMAPI.Web/wwwroot/schemas')
-rw-r--r-- | src/SMAPI.Web/wwwroot/schemas/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/wwwroot/schemas/manifest.json b/src/SMAPI.Web/wwwroot/schemas/manifest.json index 41d1ec2d..d4727eda 100644 --- a/src/SMAPI.Web/wwwroot/schemas/manifest.json +++ b/src/SMAPI.Web/wwwroot/schemas/manifest.json @@ -134,6 +134,6 @@ "additionalProperties": false, "@errorMessages": { "oneOf:valid against no schemas": "Missing required field: EntryDll or ContentPackFor.", - "oneOf:valid against more than one schema": "Can't specify both EntryDll or ContentPackFor, they're mutually exclusive." + "oneOf:valid against more than one schema": "Can't specify both EntryDll and ContentPackFor, they're mutually exclusive." } } |