lintel-identify 0.0.3

Schema identification for JSON and YAML files using JSON Schema
Documentation

lintel-identify

Crates.io docs.rs CI License

Schema identification for JSON and YAML files using JSON Schema

Features

Identifies which JSON Schema applies to a given file using multiple discovery strategies:

  1. YAML modeline (# yaml-language-server: $schema=...)
  2. Inline $schema property
  3. lintel.toml schema mappings
  4. SchemaStore catalog matching by filename

Optionally renders schema documentation in the terminal with --explain.

Part of the Lintel project.

License

Apache-2.0