an ActivityPub behavior
id
uuid
f965e989-4084-4f9d-9119-6a7ea13bcb64
name
content
The likes collection MUST be either an OrderedCollection or a Collection
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 likes collection MUST be either an OrderedCollection or a Collection
in context
Every object MAY have a likes collection. This is a list of all Like activities with this object as the object property, added as a side effect. The likes collection MUST be either an OrderedCollection or a Collection and MAY be filtered on privileges of an authenticated user or as appropriate when no authentication is given.
https://www.w3.org/TR/activitypub/
JSON
{
  "type": "Behavior",
  "uuid": "f965e989-4084-4f9d-9119-6a7ea13bcb64",
  "content": "The likes collection MUST be either an OrderedCollection or a Collection\n",
  "origin": {
    "source": "https://www.w3.org/TR/activitypub/",
    "section": {
      "id": "https://www.w3.org/TR/activitypub/#likes",
      "branch": [
        5,
        7
      ]
    },
    "selector": {
      "type": "TextQuoteSelector",
      "prefix": "Every object MAY have a likes collection. This is a list of all Like activities with this object as the object property, added as a side effect.\n",
      "exact": "The likes collection MUST be either an OrderedCollection or a Collection\n",
      "suffix": "and MAY be filtered on privileges of an authenticated user or as appropriate when no authentication is given.\n"
    }
  }
}