You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
In create device input, we need to set metro and facility params exclusive to each other. Hence both need to be wrapped inside a oneOf field but currently openapi generator doesn't support oneOf with primitive types.
In create device input, we need to set metro and facility params exclusive to each other. Hence both need to be wrapped inside a oneOf field but currently openapi generator doesn't support oneOf with primitive types.
Ref : https://stackoverflow.com/questions/71538915/openapi-generator-for-java-is-not-able-to-generate-class-for-oneof-field-with-pr
The text was updated successfully, but these errors were encountered: