-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Bug] Add openapi struct fields for dependency condition #551
Comments
This issue has been marked 'good first issue' |
@shawn-hurley I am available to work on this |
@Vickysomtee All yours if you want to work on it! |
@shawn-hurley the url here returns 404 |
Sorry @Vickysomtee here is a better link: https://github.com/konveyor/analyzer-lsp/blob/main/provider/provider.go#L616-L624 |
fixes #551 --------- Signed-off-by: vickysomtee <vickysomtee@gmail.com>
fixes konveyor#551 --------- Signed-off-by: vickysomtee <vickysomtee@gmail.com>
fixes konveyor#551 --------- Signed-off-by: vickysomtee <vickysomtee@gmail.com>
using: https://github.com/swaggest/jsonschema-go?tab=readme-ov-file#field-tags
We should add the title, description, and pattern fields to the struct here:
https://github.com/konveyor/analyzer-lsp/blob/feature/use-open-api/provider/provider.go#L616-L624
You can use this as a starting point for the semver regular expression.
The text was updated successfully, but these errors were encountered: