File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12588,7 +12588,8 @@ <h3>application/ld+json</h3>
12588
12588
representation. The <code>profile</code> parameter MAY be used by
12589
12589
clients to express their preferences in the content negotiation process.
12590
12590
If the profile parameter is given, a server SHOULD return a document that
12591
- honors the profiles in the list which are recognized by the server.
12591
+ honors the profiles in the list which it recognizes,
12592
+ and MUST ignore the profiles in the list which it does not recognize.
12592
12593
It is RECOMMENDED that profile URIs are dereferenceable and provide
12593
12594
useful documentation at that URI. For more information and background
12594
12595
please refer to [[RFC6906]].</p>
@@ -12608,7 +12609,9 @@ <h3>application/ld+json</h3>
12608
12609
<dd>To request or specify <a data-lt="framed document form">framed JSON-LD document form</a>.</dd>
12609
12610
</dl>
12610
12611
<p class="note">Other specifications may publish additional profile parameter
12611
- URIs with their own defined sematics.</p>
12612
+ URIs with their own defined sematics.
12613
+ However, all URIs starting with <code>http://www.w3.org/ns/json-ld</code>
12614
+ are reserved for future use by JSON-LD specifications.</p>
12612
12615
<p>
12613
12616
When used as a <a data-cite="RFC4288#section-4.3">media type parameter</a> [[RFC4288]]
12614
12617
in an <a data-cite="rfc7231#section-5.3.2">HTTP Accept header</a> [[RFC7231]],
You can’t perform that action at this time.
0 commit comments