use relative URIs for JSON Schemas
Created by: sqs
The absolute URIs we were previously using were fake. Using relative URIs is supported by all of the tooling related to JSON Schema that we use, and it's simpler.
fix #506 (there are some remaining absolute JSON Schema URIs in extensions-client-common)