Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #297
There are two commits here: the first simply makes "rel" required, while
the second attempts to address concerns over having to create new URIs
for custom link relations by pointing out two simple approaches.
The
"rel"
section is getting large, but I will address that when I address#377 in which I have suggested a new outline to more clearly organize
the spec.
RFC 5988bis lists the link relation type as one of the three
required aspects of a link.
Since we do not need to support the deprecated "rev" mechanisms
for specifying relation types, we can make "rel" required.
This will encourage hyper-schema authors to think more about
choosing relation types.