-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension is broken, schema doesn't resolve #6
Comments
Many thanks for raising this issue. Indeed, the link is incorrect. But we need to update the schema first (see issue #7 ) and upgrade the version, then we will publish the correct link. It should be done by next week. Thank you in advance for your patience, |
Dear @m-mohr, Kind regards |
Thankjs, but the given link is still not working correctly for me, sorry. @cs-cquang https://raw.githubusercontent.com/CS-SI/eopf-stac-extension/refs/tags/v1.1.0/json-schema/schema.json returns a text document, not a JSON document (see HTTP headers). If I request a JSON document via HTTP content negotiation I get an error. Please try what you are publishing with a STAC validator such as stac-node-validator CLI. You should properly set up the GH Pages based extension deployment as in the original STAC extension template. For this it doesn't need to be part of the stac-extensions organization. Ideally you'd have https://CS-SI.github.io/eopf-stac-extension/v1.2.0/schema.json in the end. |
Dear @m-mohr github pages have been setup Regards |
Thanks, but the JSON Schema still refers to https://github.com/CS-SI/eopf-stac-extension/raw/refs/tags/v1.1.0/json-schema/schema.json instead of https://cs-si.github.io/eopf-stac-extension/v1.2.0/schema.json Example is also outdated: https://github.com/CS-SI/eopf-stac-extension/blob/main/examples/item.json So I guess you are not running the test CI at all? Please update the full extension, incl. schema, examples and README, validate it using npm test. |
Dear @m-mohr Thanks for the feedback Example has been updated and is validating the npm tests Regards |
Thanks, looks good to me. |
The schema https://stac-extensions.github.io/eopf/v1.0.0/schema.json doesn't resolve.
The text was updated successfully, but these errors were encountered: