mgirlich/tibblify

Create spec from Open API swagger file

Closed this issue · 0 comments

specification
package that auto generates a client
Open API generator

  • How to handle oneOf and allOf? In particular, how to handle
type: "object"
oneOf:
  - object A
  - object B

Try to find a common spec? What if they are incompatible?