Expand description
§lintel-identify
Schema identification for JSON and YAML files using JSON Schema
§Features
Identifies which JSON Schema applies to a given file using multiple discovery strategies:
- YAML modeline (
# yaml-language-server: $schema=...) - Inline
$schemaproperty lintel.tomlschema mappings- SchemaStore catalog matching by filename
Optionally renders schema documentation in the terminal with --explain.
Part of the Lintel project.
§License
Apache-2.0
Structs§
Functions§
- identify_
args - Construct the bpaf parser for
IdentifyArgs. - run