Forum Discussion

mcostantini's avatar
mcostantini
New Contributor
6 years ago
Solved

Simple Discrimination

I am using `editor.swagger.io` to generate a java client. In that client, I am directly using the `JSON` class to deserialize a very simple JSON string, and to see what Swagger does. The challenge I ...
  • hugomario's avatar
    6 years ago

    Hi mcostantini there are issues on codegen related to your unexpected behavior, right now schemas listed on `oneOf`, `anyOf`, `allOf` are not being handled property. I'll be working on this issue and keep you updated about that.