It'd be helpful if I could pass a full URL to `validate-json` instead of a file path only: ``` $ validate-json /path/to/schema http://example.org/data.json ``` Currently I have to download the URL and then run `validate-json` on the downloaded file.