Skip to content

Announce(Create) according to FEP-1b12

Example 1: Announce(Create(Note))

Activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams"
  ],
  "actor": "http://host.test/some/actor",
  "cc": [],
  "id": "http://host.test/activities/f4OB9kPmj3vNPXR-",
  "object": {
    "@context": [
      "https://www.w3.org/ns/activitystreams"
    ],
    "actor": "http://host.test/some/actor",
    "cc": [],
    "id": "http://host.test/activities/kpt1KX0xdRqEEj6A",
    "object": {
      "@context": [
        "https://www.w3.org/ns/activitystreams"
      ],
      "attributedTo": "http://host.test/some/actor",
      "cc": [],
      "content": "text",
      "id": "http://host.test/objects/C3xg3lKKTxJ5Y-X5",
      "published": "2026-04-14T07:48:43Z",
      "tag": [
        {
          "href": "http://other.test/some/actor",
          "type": "Mention"
        }
      ],
      "to": [
        "https://www.w3.org/ns/activitystreams#Public",
        "http://other.test/some/actor"
      ],
      "type": "Note"
    },
    "published": "2026-04-14T07:48:43Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://other.test/some/actor"
    ],
    "type": "Create"
  },
  "published": "2026-04-14T07:48:43Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://other.test/some/actor"
  ],
  "type": "Announce"
}
Object
{
  "@context": [
    "https://www.w3.org/ns/activitystreams"
  ],
  "attributedTo": "http://host.test/some/actor",
  "cc": [],
  "content": "text",
  "id": "http://host.test/objects/C3xg3lKKTxJ5Y-X5",
  "published": "2026-04-14T07:48:43Z",
  "tag": [
    {
      "href": "http://other.test/some/actor",
      "type": "Mention"
    }
  ],
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://other.test/some/actor"
  ],
  "type": "Note"
}