Traits in included files broke validation
nimblecrm opened this issue · 2 comments
nimblecrm commented
Author of raml2html asked me to create the issue here.
When I use some of my traits in any of included files, it brokes raml2html validation. I attached the minimal example that is reproducing the problem.
Api contains errors.
INHERITING_UNKNOWN_TYPE: Inheriting from unknown type (resource.raml:5:8)
ERROR_IN_INCLUDED_FILE: Error in the included file: Inheriting from unknown type (api.raml:16:2)
Commenting is part in resource.raml fixes it. Same for manual copy-pasting of resource.raml content.
KonstantinSviridov commented
KonstantinSviridov commented
fixed by e2b533e