raml-java-parser
raml-java-parser copied to clipboard
Parser complains about references in traits
I have a RAML (v0.8) with reference to schema in the traits something like below
body: application/json: example: | { "error": { "originalMsgCode": "<backend provided error code>", "originalMsgText": "<backend provided error message>" } } schema: errorSchema
And I have errorSchema definition defined in RAML under schemas tag. Parser version 1.0.3 doesn't parse the RAML with following error "Invalid reference errorSchema".
But the version 1.0.1 (was using before upgrade) was successfully able to parse the same RAML file.
Do you know if something has been changed? How can I fix it
Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-104