# lintel-explain
[](https://crates.io/crates/lintel-explain)
[](https://docs.rs/lintel-explain)
[](https://github.com/lintel-rs/lintel/actions/workflows/ci.yml)
[](https://github.com/lintel-rs/lintel/blob/master/LICENSE)
Inspect JSON Schema documentation for specific properties and sub-schemas.
## Usage
```sh
```
When given a JSON Pointer (e.g. `/properties/name`), navigates to that sub-schema
and renders its documentation. When given a `JSONPath` expression (e.g. `$.name`),
converts it to the corresponding schema pointer automatically.
Part of the [Lintel](https://github.com/lintel-rs/lintel) project.
## License
Apache-2.0