Im getting a specific web resource via a http request using GET method.
I've implemented the server to respond using the hypermedia type collection+json so every response is a collection of items according to the specification (http://amundsen.com/media-types/collection/format/#query-templates)
Since the client is requesting a specific item, what should be the content of the href of the collection?
I think it should be the same url of the single item, but I'm not sure.