Minor Changes
-
#505
bb39d3dThanks @Kenneth-Sills! - feat: add configurable schemastore cache location and TTLNew
settings["json-schema-validator"].cacheoptions:path— where cached schemas are stored (relative to cwd, or absolute).ttl— how long before a cached schema is refetched (ms number or a
duration string like"12h"/"1d").
-
#504
6cf8075Thanks @Kenneth-Sills! - feat: resolve YAML schema from yaml-language-server modeline comment -
#506
9f5f38bThanks @Kenneth-Sills! - feat(no-invalid): addmostSpecificErrorsOnlyoption to collapse cascadingoneOf/anyOferrors -
#507
e4795b1Thanks @Kenneth-Sills! - feat: validate the JSON Schemaformatkeyword
Patch Changes
- #501
d9a0cceThanks @Kenneth-Sills! - fix: resolve YAML merge keys (<<) before validation inno-invalid