an ActivityPub behavior
id
uuid
4edf6768-c751-448f-96ac-4ef44cb4291f
name
content
The inbox MUST be an OrderedCollection.
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
The inbox MUST be an OrderedCollection.
in context
The inbox is discovered through the inbox property of an actor's profile. The inbox MUST be an OrderedCollection. The inbox stream contains all activities received by the actor.
https://www.w3.org/TR/activitypub/
JSON
{
  "type": "Behavior",
  "uuid": "4edf6768-c751-448f-96ac-4ef44cb4291f",
  "content": "The inbox MUST be an OrderedCollection.",
  "origin": {
    "source": "https://www.w3.org/TR/activitypub/",
    "section": {
      "id": "https://www.w3.org/TR/activitypub/#inbox",
      "branch": [
        5,
        2
      ]
    },
    "selector": {
      "type": "TextQuoteSelector",
      "exact": "The inbox MUST be an OrderedCollection.\n",
      "prefix": "The inbox is discovered through the inbox property of an actor's profile.\n",
      "suffix": "The inbox stream contains all activities received by the actor.\n"
    }
  }
}