Skip to content

Attribution Format

attributedTo is defined here in the ActivityStreams Vocabulary. It allows us to tell, who authored / owns the object.

This test explores what is allowed in the field.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/Hms607wt8Pc",
  "published": "2024-10-28T11:43:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/hZDGLed2nFk",
    "published": "2024-10-28T11:43:22Z",
    "content": "single element"
  }
}
sharkey
{
  "id": "9zwil9xsszc6002u",
  "uri": "http://pasture-one-actor/actor/hZDGLed2nFk",
  "url": "http://pasture-one-actor/actor/hZDGLed2nFk",
  "account": {
    "id": "9zwii6soszc60002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-10-28T11:40:57.960Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 80,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>single element</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "single element",
  "created_at": "2024-10-28T11:43:22.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/Il7Eckd1F48",
  "published": "2024-10-28T11:43:23Z",
  "object": {
    "type": "Note",
    "attributedTo": [
      "http://pasture-one-actor/actor"
    ],
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/CtxdrEAjgsU",
    "published": "2024-10-28T11:43:23Z",
    "content": "single element as list"
  }
}

no result

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/eZrRi3zW5oU",
  "published": "2024-10-28T11:43:36Z",
  "object": {
    "type": "Note",
    "attributedTo": [
      "http://pasture-one-actor/actor",
      "http://pasture-one-actor/second"
    ],
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/0qDYYKKkm70",
    "published": "2024-10-28T11:43:36Z",
    "content": "two elements as list"
  }
}

no result

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/3Fye0RjCb6Q",
  "published": "2024-10-28T11:43:50Z",
  "object": {
    "type": "Note",
    "attributedTo": {
      "type": "Person",
      "id": "http://pasture-one-actor/actor"
    },
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/2Zr2uE0Syew",
    "published": "2024-10-28T11:43:50Z",
    "content": "a dictionary"
  }
}

no result

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/9zwignaxrm4s0001"
  ],
  "id": "http://pasture-one-actor/actor/rELBuEDhwwY",
  "published": "2024-10-28T11:44:03Z",
  "object": {
    "type": "Note",
    "attributedTo": [
      {
        "type": "Person",
        "id": "http://pasture-one-actor/actor"
      }
    ],
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/9zwignaxrm4s0001"
    ],
    "id": "http://pasture-one-actor/actor/FgkUlrYWoz0",
    "published": "2024-10-28T11:44:03Z",
    "content": "a dictionary"
  }
}

no result