David Crossley
David Crossley
That seems closely related to [#202](https://github.com/mulesoft-labs/raml-for-jax-rs/issues/202#issuecomment-294425169)
A related issue seems to be #310 That issue has PR 311, whose branch also has the same behaviour.
Also tried with adding a "hash" symbol to the schema $ref ... ``` diff schema/pets-filename.json schema/pets-filename-id-hash.json 3c3 < "id": "pets-filename.json", --- > "id": "pets-filename-id-hash.json#", 11c11 < "$ref" : "pet.json" ---...
Following the recent merge of #311, the behaviour is still the same as described above.