Open cboettig opened 1 year ago
example of such a schema: https://github.com/radiantearth/stac-spec/tree/master/collection-spec/json-schema/collection.json
Thanks @cboettig, I'm trying to remember why this was hard to implement and will come up with something. There is no workaround at present short of rewriting the schema unfortunately
When attempting to validate against a schema that uses sub-schemas referenced by a URL, we get an error:
Consider adding support for this? Is there a natural workaround meanwhile? (e.g. manually downloading the sub-schema first?)