-
Notifications
You must be signed in to change notification settings - Fork 212
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
OAUTH_SECURITY_SCHEME UNRESOLVABLE_SCHEMA UNKNOWN_TARGET_TYPE OBJECT_MISSING_PROPERTIES #382
Comments
@sbilello Sorry for the late response. I think for most real-world use cases, there will be some warnings, and some of these warnings are fine. For example, I wouldn't worry too much about the following warnings:
We create viewers for different security schemes. However, we handle OAuth differently by relying on
I believe this can be resolved by removing the OAuth security scheme (as well as where ever it is referenced). The For example:
In this case, the The For example:
or
This can be resolved by adding properties. The Here is the problematic schema in a more readable form.
Our current I think OtG expects the existing Perhaps this will work better?
|
This is the current snippet that has @Alan-Cha Thanks for replying to me and no worries for the delay. If you want you can reach me on LinkedIn to set up a brief chat. The viewer concept is something interesting but I am using only the translation capabilities to build the backend with the netflix dgs framework. |
I had a schema that was using
oneOf
and I saw that it didn't generate anything I tried to change theoneOf
withallOf
and I saw the type union in the translationI also noticed some warning that required
fillEmptyResponses
and now by runningI got this warning
I was reading that this tool does not covert at 100% but there is something else that I can do to kind workaround it?
Do you have any suggestion on how to tweak the input to make it work?
The text was updated successfully, but these errors were encountered: