jsonvalidate icon indicating copy to clipboard operation
jsonvalidate copied to clipboard

Support for protocol-based sub-schemas

Open cboettig opened this issue 2 years ago • 2 comments

When attempting to validate against a schema that uses sub-schemas referenced by a URL, we get an error:

 Don't yet support protocol-based sub schemas

Consider adding support for this? Is there a natural workaround meanwhile? (e.g. manually downloading the sub-schema first?)

cboettig avatar Mar 23 '23 15:03 cboettig

example of such a schema: https://github.com/radiantearth/stac-spec/tree/master/collection-spec/json-schema/collection.json

cboettig avatar Mar 23 '23 15:03 cboettig

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

richfitz avatar Mar 30 '23 14:03 richfitz