mirror of
https://github.com/w3c/activitypub.git
synced 2025-06-26 10:11:26 +00:00
Add "MUST" to required Object types
There is a discussion to be had here about `type`, which is _optional_ in ActivityStreams Core ("All properties are optional (including the id and type)."), however it is unclear what ActivityPub would do with Objects lacking `type` and so probably clearer to just make it mandatory.
This commit is contained in:
@ -558,7 +558,7 @@
|
||||
allocate an object ID in the actor's namespace and attach it to the
|
||||
posted object.
|
||||
</p>
|
||||
<p>All objects have the following properties:</p>
|
||||
<p>All objects MUST have the following properties:</p>
|
||||
<dl>
|
||||
<dt>id</dt>
|
||||
<dd>
|
||||
|
Reference in New Issue
Block a user