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.
When I convert to HTML with raml2html, it shows the user_full object as having the user_id property, but when I use this tool to convert to swagger, the definitions are:
So I have these files:
user_short.raml
user_standard.raml
user_full.raml
When I convert to HTML with
raml2html
, it shows theuser_full
object as having theuser_id
property, but when I use this tool to convert to swagger, the definitions are:You can see that
user_standard
hasuser_id
, anduser_full
has items fromuser_standard
, but doesn't haveuser_id
fromuser_short
The text was updated successfully, but these errors were encountered: