schema-catalog
Types for the JSON Schema catalog format (schema-catalog.json), compatible with SchemaStore.
Part of the Lintel project.
Usage
use ;
let json = r#"{"version":1,"schemas":[{"name":"Example","description":"An example schema","url":"https://example.com/schema.json","fileMatch":["*.example.json"]}]}"#;
let catalog: Catalog = parse_catalog.unwrap;
assert_eq!;
License
Apache-2.0