-
Notifications
You must be signed in to change notification settings - Fork 16
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
API validation works only for golang SDK #139
Comments
Shouldn't this issue instead be added to the Java,JavaScript repos? |
@craicoverflow Problem is that I do not know how this works and gets integrated so could not provide more detailed info |
This comes from a separate library which does not support external references. The error happens here: https://github.com/redhat-developer/app-services-sdk-go/blob/d3ef7c96e96df7031f48dd706bbe3e9b92e3b4a8/internal/apigen/generator/golang/generate.go#L62 See oapi-codegen/oapi-codegen#42 So there is nothing to worry about here, there is no missing validation. |
Validator doesn't seem to be working in js and java.
The text was updated successfully, but these errors were encountered: