Remove Schema v1 support and migrate indexing workflows to v2#229
Merged
Remove Schema v1 support and migrate indexing workflows to v2#229
Conversation
Closed
25 tasks
adambuttrick
approved these changes
Feb 11, 2026
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.
Purpose
The purpose of this PR is to remove support for Schema version 1 (v1) from the manual indexing and dump indexing GitHub workflows, effectively migrating all indexing processes to Schema version 2 (v2).
Approach
The changes simplify the CI/CD pipelines by removing conditional logic that handled both v1 and v2 schemas. The workflows now default to and exclusively use v2 endpoints and validation rules.
Key Modifications
v1from theschema-versionchoice options across all indexing workflows.release-dumpdescription to show a v2 example date (v2.0-2025-12-16-ror-data).if/elseblocks inprod_index_dump.yml,prod_manual_index.yml,staging_index_dump.yml, andstaging_manual_index.ymlthat branched based on schema version._V2secrets.staging_manual_index.ymlto exclusively use the ROR Schema v2.1 JSON and run validations with the-v 2flag.Important Technical Details
INDEX_DUMP_PROD_API_URL_V2,INDEX_PROD_API_URL_V2, and their staging equivalents.-v2suffix.staging_manual_index.ymlnow fetches the schema from theschema-v2-1branch of theror-schemarepository.Types of changes
Reviewer, please remember our guidelines: