-
Notifications
You must be signed in to change notification settings - Fork 184
fixes openapi spec for extra fields #1175
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
Conversation
📝 WalkthroughSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings. WalkthroughThe pull request updates the OpenAPI specification by changing the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (2)
Comment |
🧪 Test Suite AvailableThis PR can be tested by a repository admin. |
Merge activity
|

Summary
Update Bifrost schema references in OpenAPI specification to use the more specific
BifrostResponseExtraFieldsschema instead of the genericBifrostExtraFields.Changes
BifrostExtraFieldswithBifrostResponseExtraFieldsin the OpenAPI schemaType of change
Affected areas
How to test
Verify that the OpenAPI schema is valid and correctly references the
BifrostResponseExtraFieldsschema:# Validate OpenAPI schema npx @apidevtools/swagger-cli validate docs/apis/openapi.jsonBreaking changes
Related issues
N/A
Security considerations
No security implications as this is a documentation-only change.
Checklist
docs/contributing/README.mdand followed the guidelines