You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
The text was updated successfully, but these errors were encountered:
jsamr
changed the title
Wrong OAS30 output
Wrong OAS30 object type definition which faultly inherits from string
Aug 2, 2018
jsamr
changed the title
Wrong OAS30 object type definition which faultly inherits from string
Wrong OAS30 object type definition which faultily inherits from string
Aug 2, 2018
According to the OpenAPI 3.0 specification, for allOf, anyOf, oneOf keywords, there is no need to have the definition on type. So, maybe, one solution is just not to generate "type:" when those keywords are generated.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
oas-raml-coverter version 1.1.35
The OAS parser used by ReDoc project complains about a forbidden definition:
BarFromFoo
should not be of"type": "string"
Full reproduction
Raml definition
Expected output
Observed output
The text was updated successfully, but these errors were encountered: