If you zed validate a URL that returns an error (404, no healthy upstream, w/e), you'll get an error where Zed attempts to parse the output as a schema, which doesn't make a lot of sense. We should be checking the status of the request and erroring out directly if it's bad.
If you
zed validatea URL that returns an error (404, no healthy upstream, w/e), you'll get an error where Zed attempts to parse the output as a schema, which doesn't make a lot of sense. We should be checking the status of the request and erroring out directly if it's bad.