mulesoft / oas-raml-converter

(DEPRECATED) Converts between OAS and RAML API specifications
https://mulesoft.github.io/oas-raml-converter/
MIT License
73 stars 48 forks source link

Union Type ignored when converting to OAS3 #42

Open Maubarte opened 6 years ago

Maubarte commented 6 years ago

Example 15 of 'Export from Raml 1.0 to OAS 3.0' seems not behaving as documented:

expected:

Device: anyOf:

  • "$ref": "#/components/schemas/Phone"
  • "$ref": "#/components/schemas/Notebook"

but the output is (both in online converter and builded project):

"Device": { "type": "object" }

domdorn commented 5 years ago

I'm having the same issue... is this project still maintained?