Hi everyone,
I have this entry in the RAML:
body: application/json: schema: !include dir/some.json
Using latest 1.0.4 RAML Java parser, I need to get schema reference (dir/some.json), not its content.
It used to work in version 0.8.13.
Any suggestions how it can be done?