-
Notifications
You must be signed in to change notification settings - Fork 179
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
Questions related to STAC versions #850
Comments
|
|
This was referenced Jun 24, 2020
Closed
matthewhanson
added a commit
that referenced
this issue
Jul 1, 2020
added sem ver clarification - #850
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Due to my work on a specification (openEO) that is based on STAC, some questions came up recently:
Why is this important? I want to future-proof the openEO API and not just allow version 0.9.0, but also also all versions that are non-breaking after 1.0.0. Getting this information allows me to actually validate the stac_version field (e.g. with a pattern such as
^(0\.9|1)\.
).Why is this important? How can I base a specification on STAC API that is STAC 1.0 compliant without having a "final" STAC API spec yet?
timestamps
, but (see Unique schema $id's (host schemas on stacspec) #835)https://schemas.stacspec.org/v1.0.0-beta.1/extensions/timestamps/schema.json
, right? (Edit: yes, seems to be backed by "If the versions of the extension and the item diverge, you can specify the URL of the JSON schema file.")The text was updated successfully, but these errors were encountered: