Merge pull request #904 from boneskull/patch-1

Fix examples field in manifest schema
This commit is contained in:
Jesse Plamondon-Willard 2023-06-24 12:49:41 -04:00 committed by GitHub
commit 36606e4a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
"description": "The DLL filename SMAPI should load for this mod. Mutually exclusive with ContentPackFor.",
"type": "string",
"pattern": "^[a-zA-Z0-9_.-]+\\.dll$",
"examples": "LookupAnything.dll",
"examples": ["LookupAnything.dll"],
"@errorMessages": {
"pattern": "Invalid value; must be a filename ending with .dll."
}