chore(seed): prepare seed fixtures for OpenAPI conversion#14257
Merged
Conversation
Disambiguate endpoint paths across 20 test-definition APIs that had duplicate (method, path) tuples, which OpenAPI 3.0 cannot represent. Add export-openapi-test.sh script and generated openapi.yml outputs for all 129 Fern-definition fixtures.
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Contributor
🌱 Seed Test SelectorSelect languages to run seed tests for:
How to use: Click the ⋯ menu above → "Edit" → check the boxes you want → click "Update comment". Tests will run automatically and snapshots will be committed to this PR. |
…ixtures-for-openapi-conversion
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
auto-merge was automatically disabled
March 31, 2026 19:43
Pull request was closed
auto-merge was automatically disabled
March 31, 2026 20:39
Pull request was closed
fern-support
approved these changes
Mar 31, 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.
Summary
openapi.ymlalongside each Fern definition fixture (129 total) usingfern exportscripts/export-openapi-test.shto validate exports in parallel with CI-friendly outputDetails
OpenAPI 3.0 requires unique
(method, path)tuples. 20 seed fixtures had duplicate endpoints that prevented export. Each was resolved by giving conflicting endpoints unique paths (e.g.,/token+/token/refresh,/movie+/movie/docs, etc.).The generated
openapi.ymlfiles sit alongside the existingdefinition/folders — fixtures still use Fern definitions as their source of truth.Test plan
scripts/export-openapi-test.shpasses 129/129 (0 failures, 18 skipped as already-OpenAPI)