This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
resolving references not working #124
Comments
Hi @vanp33. How exactly didn't it work? Thanks! |
Hi @postatum ,
It is expected that the type of market is resolved with the schema defined in the market_raml_file |
References do work with command line, but they do not work in the javascript library. I have two small RAML files. account.raml:
And linktest.raml:
when I run in command line
This is correct. However, when I use the following server file:
And I launch from command line
The JSON Schema output is broken. |
Any update on this? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, at our project we have a bunch of raml-files, which have references to other ramls. Something like this:
I tried the example code but it didn't work. I don't know if there is something need to be configured in order to work?
js:
Best regards
The text was updated successfully, but these errors were encountered: