Skip to content
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

Add schema $id #130

Merged
merged 2 commits into from
Apr 4, 2023
Merged

Add schema $id #130

merged 2 commits into from
Apr 4, 2023

Conversation

joshbuker
Copy link
Contributor

@joshbuker joshbuker commented Mar 29, 2023

Fixes #52

Per #132 (comment), the OSV schema must be fully backwards interoperable, meaning using main instead of a specific version tag is the sanest option.

Signed-off-by: Josh Buker <crypto@joshbuker.com>
Per ossf#132 (comment), OSV
uses a rolling release that is fully backwards compatible, preventing the use
of SEMVER for versioning.

Updating $id to reflect this, as there will not be a v2 pushed to main, and all
future versions are defined as backwards compatible with older versions.

Signed-off-by: Josh Buker <crypto@joshbuker.com>
@oliverchang oliverchang merged commit c569cde into ossf:main Apr 4, 2023
@joshbuker joshbuker deleted the schema/add-id branch April 4, 2023 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add $id to validation/schema.json
2 participants