- 
        Couldn't load subscription status. 
- Fork 22
fix: solved openapi-v2 validation warnings #18
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
base: main
Are you sure you want to change the base?
Conversation
| Reviewer's GuideThis PR systematically resolves semantic validation errors in the OpenAPI v2 spec by removing an invalid DELETE request body, deduplicating operationIds, and aligning path parameter names with their path templates. File-Level Changes
 Tips and commandsInteracting with Sourcery
 Customizing Your ExperienceAccess your dashboard to: 
 Getting Help
 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current
openapi-v2specification has some semantic errors. This PR fixed all of them except one.The only error not solve here due to it's nature is:
Click here to view all errors.
> Semantic error at paths./settings/find/{instance}.get.operationId > Operations must have unique operationIds.I've created a commit for each fixed error for easier review.