Skip to content

Commit a68f3fc

Browse files
committed
Receivers SHOULD know JSON-LD equivalent of activity+json
1 parent d20ce47 commit a68f3fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,8 @@ <h4 property="schema:name">Receiving notifications</h4>
388388

389389
<p>Receivers <em class="rfc2119">MAY</em> accept other RDF content types (eg. <code>text/turtle</code>, <code>text/html</code>), and <em class="rfc2119">SHOULD</em> advertise the content types they accept with an <code>Accept-Post</code> header on the Inbox URL.</p>
390390

391+
<p>Receivers <em class="rfc2119">SHOULD</em> treat the <code>application/activity+json</code> media type as equivalent to <code>application/ld+json; profile="http://www.w3.org/ns/activitystreams"</code>.</p>
392+
391393
<p>Receivers <em class="rfc2119">MAY</em> reserialize a notification into a different syntax prior to storage.</p>
392394

393395
<p>Example Request:</p>

0 commit comments

Comments
 (0)