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",
  "id": "http://host.test/activities/0HzWONBTVJy-P35P",
  "object": {
    "@context": [
      "https://www.w3.org/ns/activitystreams"
    ],
    "actor": "http://host.test/some/actor",
    "id": "http://host.test/activities/1s7EwFchFsuP59c5",
    "object": {
      "@context": [
        "https://www.w3.org/ns/activitystreams"
      ],
      "attributedTo": "http://host.test/some/actor",
      "content": "text",
      "id": "http://host.test/objects/k5-Zn2wJJh90lK9L",
      "published": "2025-12-23T10:32:31Z",
      "to": [
        "https://www.w3.org/ns/activitystreams#Public",
        "http://other.test/some/actor"
      ],
      "cc": [],
      "tag": [
        {
          "type": "Mention",
          "href": "http://other.test/some/actor"
        }
      ],
      "type": "Note"
    },
    "published": "2025-12-23T10:32:31Z",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://other.test/some/actor"
    ],
    "cc": [],
    "type": "Create"
  },
  "published": "2025-12-23T10:32:31Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://other.test/some/actor"
  ],
  "cc": [],
  "type": "Announce"
}
Object
{
  "@context": [
    "https://www.w3.org/ns/activitystreams"
  ],
  "attributedTo": "http://host.test/some/actor",
  "content": "text",
  "id": "http://host.test/objects/k5-Zn2wJJh90lK9L",
  "published": "2025-12-23T10:32:31Z",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://other.test/some/actor"
  ],
  "cc": [],
  "tag": [
    {
      "type": "Mention",
      "href": "http://other.test/some/actor"
    }
  ],
  "type": "Note"
}