Hi all, I am trying to use a file I believe has been pulled in to the system via Maven dependency. This is a JSON file. I am using this JSON file to do a simple Schema Validation using Rest Assured. The validation steps I believe I have down no problem, however, I cannot seem to validate against a file I pulled in from an external source. I can use a local file to validate, but not external.
Anyone know where this file could be located and how to use it? I have used the resource: dir/filename.json but doesnt find the file or work Any help here with the semantics would be awesome Thanks
