Andrew B
Andrew B
+1 This would be really fantastic: ``` { "in": "body", "name": "abstractThing", "schema": { "oneOf": [ { "$ref": "#/definitions/ConcreteThing" }, { "$ref": "#/definitions/ConcreteOtherThing" } ] } } ```
@dkirrane @ywilkof I've hit this issue also. It's really a limitation of swagger-core. Yes, `swagger-maven-plugin` could abstract the pain a little bit. If you feel inclined to work on a...
@Vidhyadharantechdays @Chort409 I have upgraded the example project to work with swagger-maven-plugin 3.1.0. You may view it here: https://github.com/swagger-maven-plugin/swagger-maven-example
@nwagg14 Could you please share a gist with your class source code ?
Yes, I'd be willing to have a go at it. I just wanted to get an issue open to track it.
I've sidelined this because of a project priority change. Also, swagger-editor can import json files now as well, which somewhat fulfills the initial request in the first place. If someone...