stac-extensions/processing

v1.1.0 JSON schema $id attribute is referencing old version

eddieeda opened this issue · 1 comments

schema.json $id attribute references version 1.0.0 while the URI is for version 1.1.0.

This issue is presented itself when using PyStac's validate_dict method by first validating a STAC item which specifies the 1.1.0 URI and immediately validating a STAC item that specifies the 1.0.0 URI. The latter fails the JSON schema validation.

Should be fixed now, thanks for reporting it.