I'm using this with Behat to validate a JSON response for APIs. Using 5.2.1.
If my schema is embedded inside a Behat feature file (say features/my.feature), how do I reference a definition inside schemas/entity.json? Would that definition be able to reference some other definition (schemas/other-entity.json)?