Skip to content

v6.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 23:26
7d90b14

Minor Changes

  • #505 bb39d3d Thanks @Kenneth-Sills! - feat: add configurable schemastore cache location and TTL

    New settings["json-schema-validator"].cache options:

    • 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 6cf8075 Thanks @Kenneth-Sills! - feat: resolve YAML schema from yaml-language-server modeline comment

  • #506 9f5f38b Thanks @Kenneth-Sills! - feat(no-invalid): add mostSpecificErrorsOnly option to collapse cascading oneOf/anyOf errors

  • #507 e4795b1 Thanks @Kenneth-Sills! - feat: validate the JSON Schema format keyword

Patch Changes