File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -1029,9 +1029,15 @@ GET /foo/
1029
1029
<section title =" anchor" anchor =" anchor" >
1030
1030
<t >
1031
1031
This property sets the context URI of the link.
1032
- The value of the property MUST be resolved as a
1033
- <xref target =" RFC3986" >URI-reference</xref > against
1034
- the base URI of the instance.
1032
+ The value of the property is a <xref target =" RFC6570" >URI Template</xref >,
1033
+ and the resulting <xref target =" RFC3986" >URI-reference</xref > MUST be resolved
1034
+ against the base URI of the instance.
1035
+ </t >
1036
+ <t >
1037
+ The URI is computed from the provided URI template using the same process
1038
+ described for the <xref target =" href" >"href"</xref > property, with the
1039
+ exception that <xref target =" hrefSchema" >"hrefSchema"</xref > MUST NOT
1040
+ be applied. Unlike target URIs, context URIs do not accept user input.
1035
1041
</t >
1036
1042
</section >
1037
1043
Original file line number Diff line number Diff line change 36
36
},
37
37
"anchor" : {
38
38
"type" : " string" ,
39
- "format" : " uri-reference "
39
+ "format" : " uri-template "
40
40
},
41
41
"anchorPointer" : {
42
42
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments