Hey, I noticed that this issue talks about file inclusions via the !include keyword, and it seems that it has been fixed. Would it be possible to add support for RAML 1.0 Libraries please? I get the following error message when my types are grouped into libraries:
Generating client for platform Java Jackson.
Running RAML model generation
could not determine a constructor for the tag !import
in 'string', line 4, column 13:
typeDefs: !import ../types.raml
^
Thanks :)
Hey, I noticed that this issue talks about file inclusions via the
!includekeyword, and it seems that it has been fixed. Would it be possible to add support for RAML 1.0 Libraries please? I get the following error message when my types are grouped into libraries:Thanks :)