-
Notifications
You must be signed in to change notification settings - Fork 52
file path for .yaml includes #791
Comments
Hi, @glodieu ! In the new JSON format we are going to introduce the
Regards, |
Hi @KonstantinSviridov |
Be careful! The new JSON output is fixing a lot of inconsistency issues and improvements that we applied with feedback from users of this parser. It's different from the current JSON and thats the reason we introduced a common Using the new JSON would mean some work for us since we would need to replace the old. |
Note that raml-js-parser-2 has been deprecated, the new official parser is webapi-parser. Feel free to attempt to reproduce this issue with webapi-parser and report any issue you may have on that repository. |
When I include a .json file for define a type, parser includes schemaPath attribute with its path.
But for .yaml files, parser doesn't keep file path.
Could you please do something similar like .json for .yaml files?
Thanks.
parser output
api.raml
Address.yaml
Address.json
The text was updated successfully, but these errors were encountered: