Add artifinder_urls to schemas (bundle v0.3.0)#3
Open
vahldiek wants to merge 2 commits into
Open
Conversation
Bumps the schema bundle 0.2.0 -> 0.3.0 and adds the optional artifinder_urls field to artifacts.schema.json and search_data.schema.json (ArtiFinder-discovered links; no badges, excluded from scores). Regenerated from reprodb-pipeline models via export_schemas.py.
This was referenced Jul 3, 2026
Explicit provenance on search rows (ae vs artifinder-only) instead of inferring from empty badges/artifact_urls.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Regenerates the JSON Schema bundle for the ArtiFinder integration and bumps the version 0.2.0 → 0.3.0.
The only structural change is a new optional
artifinder_urlsarray on:artifacts.schema.jsonsearch_data.schema.jsonThese hold artifact links discovered by ArtiFinder and matched to a paper by title + author list. They are not manually verified, carry no badges, and are excluded from every ReproDB score (the sole reuse is repository statistics for GitHub repos matched to AE papers).
All other schema files change only in their
versionstring (0.2.0 → 0.3.0), matching the bundle bump. Regenerated from the pipeline models viapython -m src.models.export_schemas.Companion PRs
This PR unblocks the website's JSON Schema Validation check, which validates
artifacts.json/search_data.json(now carryingartifinder_urls) againstReproDB/data-schemas.