File tree 2 files changed +21
-4
lines changed
2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 456
456
</t >
457
457
<section title =" rel" anchor =" rel" >
458
458
<t >
459
- The value of this property MUST be a string, and MUST be a single
460
- Link Relation Type as defined in RFC 8288, Section 2.1.
459
+ The value of this property MUST be either a string or
460
+ an array of strings. If the value is an array,
461
+ it MUST contain at least one string.
462
+ </t >
463
+ <t >
464
+ Each string MUST be a single Link Relation Type as defined
465
+ in RFC 8288, Section 2.1, including the restriction that
466
+ additional semantics SHOULD NOT be inferred based upon the
467
+ presence or absence of another link relation type.
461
468
</t >
462
469
<t >
463
470
This property is required.
921
928
fragment of the "contextUri" field.
922
929
</t >
923
930
<t hangText =" rel" >
924
- The link relation type, as it appears in the LDO.
931
+ The link relation type. When multiple link relation types appear
932
+ in the LDO, for the purpose of producing output, they are to be
933
+ treated as multiple LDOs, each with a single link relation type
934
+ but otherwise identical.
925
935
</t >
926
936
<t hangText =" targetUri" >
927
937
The fully resolved URI (with a scheme) of the target resource. If the
Original file line number Diff line number Diff line change 22
22
]
23
23
},
24
24
"rel" : {
25
- "type" : " string"
25
+ "anyOf" : [
26
+ { "type" : " string" },
27
+ {
28
+ "type" : " array" ,
29
+ "items" : { "type" : " string" },
30
+ "minItems" : 1
31
+ }
32
+ ]
26
33
},
27
34
"href" : {
28
35
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments