mulesoft/api-designer

Library gets not validated

sichvoge opened this issue · 2 comments

Branch: develop

I am using this example and get different validation results with the API Designer vs API Workbench. I do get a warning that points to the sessions.raml library, but going there I don't see any error. Using the same project in workbench I do get one

image

There is also another issue here; see the line and column number; compare that with the warning in the API Designer

image

Sorry my bad; the first line should always be #%RAML 1.0 <fragment identifier> and not a comment. That also fixes the line and column problem.