Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Union Type ignored when converting to OAS3 #42

Open
Maubarte opened this issue Jul 12, 2018 · 1 comment
Open

Union Type ignored when converting to OAS3 #42

Maubarte opened this issue Jul 12, 2018 · 1 comment

Comments

@Maubarte
Copy link

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
Copy link

domdorn commented Mar 21, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants