stac-validate
Validate STAC with jsonschema.
Usage
To use the library in your project:
[]
= "0.5"
= "0.1"
Examples
use Validate;
let item: Item = read.unwrap;
item.validate.unwrap;
Please see the documentation for more usage examples.