summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-08-04 20:13:10 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:03:44 -0400
commit84ad8b2a92eac9155cada821c57d62a517b958a8 (patch)
tree5042330ea785c64ac1e45d05bdfb6cd22b098dde /src/SMAPI.Web/wwwroot
parent5e8991bfcf7f287f595e858c34b8ac1a92c42b9b (diff)
downloadSMAPI-84ad8b2a92eac9155cada821c57d62a517b958a8.tar.gz
SMAPI-84ad8b2a92eac9155cada821c57d62a517b958a8.tar.bz2
SMAPI-84ad8b2a92eac9155cada821c57d62a517b958a8.zip
fix manifest error if neither EntryDll nor ContentPackFor are specified (#654)
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r--src/SMAPI.Web/wwwroot/schemas/manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Web/wwwroot/schemas/manifest.json b/src/SMAPI.Web/wwwroot/schemas/manifest.json
index 804eb53d..41d1ec2d 100644
--- a/src/SMAPI.Web/wwwroot/schemas/manifest.json
+++ b/src/SMAPI.Web/wwwroot/schemas/manifest.json
@@ -133,6 +133,7 @@
],
"additionalProperties": false,
"@errorMessages": {
- "oneOf": "Can't specify both EntryDll or ContentPackFor, they're mutually exclusive."
+ "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."
}
}