index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI.Web
/
wwwroot
/
schemas
/
manifest.json
Age
Commit message (
Collapse
)
Author
2022-01-29
fix manifest JSON schema's update key pattern
Jesse Plamondon-Willard
2022-01-15
fix JSON validator not recognizing manifest update subkeys
Jesse Plamondon-Willard
2021-05-22
allow comments and trailing commas in schemas for VSCode
Jesse Plamondon-Willard
The `allowComments` and `allowTrailingCommas` fields are VSCode-specific extensions to JSON Schema.
2021-01-15
improve JSON validator schema for manifest update keys
Jesse Plamondon-Willard
2019-09-14
tweak manifest schema to allow $schema field, fix parse errors in some text ↵
Jesse Plamondon-Willard
editors (#654)
2019-09-14
raise JSON validation error for duplicate fields (#654)
Jesse Plamondon-Willard
2019-09-14
fix manifest error if neither EntryDll nor ContentPackFor are specified (#654)
Jesse Plamondon-Willard
2019-09-14
add user-friendly doc link & error messages, document validator, improve ↵
Jesse Plamondon-Willard
manifest schema (#654)
2019-09-14
add JSON validator with initial support for manifest format (#654)
Jesse Plamondon-Willard