an ActivityPub behavior
id
uuid
b8647b47-defb-483c-b468-8602d1124169
name
content
actor objects must have an outbox property
origin

The origin of a normative behavior is where it originated, e.g. normative language in a protocol specification.

origin.source
https://www.w3.org/TR/activitypub/
origin.section
origin.selector.exact
in context
JSON
{
  "type": "Behavior",
  "uuid": "b8647b47-defb-483c-b468-8602d1124169",
  "content": "actor objects must have an outbox property",
  "origin": {
    "source": "https://www.w3.org/TR/activitypub/",
    "section": {
      "id": "https://www.w3.org/TR/activitypub/#actor-objects",
      "branch": [
        4,
        1
      ]
    },
    "selector": {
      "type": "List",
      "items": [
        {
          "type": "TextQuoteSelector",
          "exact": "Actor objects MUST have, in addition to the properties mandated by 3.1 Object Identifiers, the following properties:\n",
          "prefix": "4.1 Actor objects\n",
          "suffix": "inbox\n  A reference to an [ActivityStreams] OrderedCollection comprised of all the messages received by the actor; see 5.2 Inbox.\n"
        },
        {
          "type": "TextQuoteSelector",
          "exact": "outbox\n  An [ActivityStreams] OrderedCollection comprised of all the messages produced by the actor; see 5.1 Outbox.\n",
          "prefix": "received by the actor; see 5.2 Inbox.\n",
          "suffix": "Implementations SHOULD, in addition, provide the following properties:\n"
        }
      ]
    }
  }
}