Closed
Description
An "href" with at least one template variable and with an "hrefSchema" allows using external data to resolve the template, and falls back to resolving any remaining variables from the instance.
What is the reason for resolving instance variables last?
It seems to me that it should be the other way around. I used to be able to resolve a hyper-schema against it's instance JSON and get a set of links that I can use to make requests with no dependency on instance data. Now making a request has a dependency on instance data that I didn't used to have.