File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12448,7 +12448,8 @@ <h3>application/ld+json</h3>
12448
12448
representation. The <code>profile</code> parameter MAY be used by
12449
12449
clients to express their preferences in the content negotiation process.
12450
12450
If the profile parameter is given, a server SHOULD return a document that
12451
- honors the profiles in the list which are recognized by the server.
12451
+ honors the profiles in the list which it recognizes,
12452
+ and MUST ignore the profiles in the list which it does not recognize.
12452
12453
It is RECOMMENDED that profile URIs are dereferenceable and provide
12453
12454
useful documentation at that URI. For more information and background
12454
12455
please refer to [[RFC6906]].</p>
@@ -12468,7 +12469,9 @@ <h3>application/ld+json</h3>
12468
12469
<dd>To request or specify <a data-lt="framed document form">framed JSON-LD document form</a>.</dd>
12469
12470
</dl>
12470
12471
<p class="note">Other specifications may publish additional profile parameter
12471
- URIs with their own defined sematics.</p>
12472
+ URIs with their own defined sematics.
12473
+ However, all URIs starting with <code>http://www.w3.org/ns/json-ld</code>
12474
+ are reserved for future use by JSON-LD specifications.</p>
12472
12475
<p>
12473
12476
When used as a <a data-cite="RFC4288#section-4.3">media type parameter</a> [[RFC4288]]
12474
12477
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