Skip to content

Attachments

Examples

Example 1

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://misskey/users/9qjn4jz0rqol0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/vTzHCZMF5PY",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qjn4jz0rqol0001"
    ],
    "id": "http://pasture_one_actor/actor/dJeS55pYSrY",
    "published": "2024-03-06T17:37:20Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    }
  }
}
```


no result

Example 2

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://misskey/users/9qjn4jz0rqol0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/FZqBnC4mszE",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qjn4jz0rqol0001"
    ],
    "id": "http://pasture_one_actor/actor/-__071QvSp4",
    "published": "2024-03-06T17:37:22Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    }
  }
}
```


no result

Example 3

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://misskey/users/9qjn4jz0rqol0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/49_o0O0fVxs",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qjn4jz0rqol0001"
    ],
    "id": "http://pasture_one_actor/actor/9bX1n3EVACQ",
    "published": "2024-03-06T17:37:24Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture_one_actor/assets/sample.txt"
    }
  }
}
```


no result

Example 4

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://misskey/users/9qjn4jz0rqol0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/MYotn9u3CUc",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qjn4jz0rqol0001"
    ],
    "id": "http://pasture_one_actor/actor/GIk-qSUGTs0",
    "published": "2024-03-06T17:37:26Z",
    "content": "attached note",
    "attachment": {
      "type": "Note",
      "attributedTo": "http://pasture_one_actor/actor",
      "name": "attached note",
      "content": "This is just a note",
      "published": "2024-03-06T07:23:56Z"
    }
  }
}
```


no result

Example 5

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://misskey/users/9qjn4jz0rqol0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/sjqlyrqdikY",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qjn4jz0rqol0001"
    ],
    "id": "http://pasture_one_actor/actor/Br5kPVRoqWk",
    "published": "2024-03-06T17:37:28Z",
    "content": "Recipe",
    "attachment": {
      "@context": "https://schema.org/docs/jsonldcontext.jsonld",
      "@type": "Recipe",
      "name": "Peanut Butter and Jelly Sandwich",
      "recipeIngredient": [
        "Bread",
        "Peanut Butter",
        "Raspberry Jam",
        "Coffee (optional)"
      ],
      "recipeCategory": "Breakfast",
      "recipeInstructions": [
        {
          "@type": "HowToStep",
          "text": "Take a slice of bread and put it on a plate"
        },
        {
          "@type": "HowToStep",
          "text": "Spread peanut butter on the bread"
        },
        {
          "@type": "HowToStep",
          "text": "Spread raspberry jam on top of the peanut butter"
        },
        {
          "@type": "HowToStep",
          "text": "Eat your PB&J Sandwich and drink your coffee if you have it"
        },
        {
          "@type": "HowToStep",
          "text": "Check if you are still hungry, if yes a repeat step 1"
        }
      ]
    }
  }
}
```


no result

Example 6

```json title="activity"
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture_one_actor/actor",
  "to": [
    "http://misskey/users/9qjn4jz0rqol0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/Oj-vZRHxnJs",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qjn4jz0rqol0001"
    ],
    "id": "http://pasture_one_actor/actor/iSGfCVRJl64",
    "published": "2024-03-06T17:37:30Z",
    "content": "10 images",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/101.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/102.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/103.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/104.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/105.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/106.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/107.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/108.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/109.png"
      },
      {
        "type": "Document",
        "url": "http://pasture_one_actor/images/1010.png"
      }
    ]
  }
}
```


```json title="misskey"
{
  "id": "9qjnbno03ffu003u",
  "createdAt": "2024-03-06T17:37:30.000Z",
  "userId": "9qjn65mj3ffu0004",
  "user": {
    "id": "9qjn65mj3ffu0004",
    "name": "Test Actor",
    "username": "actor",
    "host": "pasture_one_actor",
    "avatarUrl": "http://misskey/identicon/actor@pasture_one_actor",
    "avatarBlurhash": null,
    "avatarDecorations": [],
    "isBot": false,
    "isCat": false,
    "instance": {
      "name": null,
      "softwareName": null,
      "softwareVersion": null,
      "iconUrl": null,
      "faviconUrl": null,
      "themeColor": null
    },
    "emojis": {},
    "onlineStatus": "unknown"
  },
  "text": "10 images",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qjnbohu3ffu003k",
    "9qjnbohw3ffu003l",
    "9qjnbok53ffu003m",
    "9qjnbok63ffu003n",
    "9qjnbomf3ffu003o",
    "9qjnbomh3ffu003p",
    "9qjnbooo3ffu003q",
    "9qjnboop3ffu003r",
    "9qjnboqz3ffu003s",
    "9qjnbor13ffu003t"
  ],
  "files": [
    {
      "id": "9qjnbohu3ffu003k",
      "createdAt": "2024-03-06T17:37:31.074Z",
      "name": "101.png",
      "type": "image/png",
      "md5": "ee6b6aa4580e9d22ec009265a3c3dbda",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3Quo7~RfQ~RfQ~Rj@fQj@fQfQfQfQfQfQ~Rj@fQj@fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/101.png",
      "thumbnailUrl": "http://pasture_one_actor/images/101.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnbohw3ffu003l",
      "createdAt": "2024-03-06T17:37:31.076Z",
      "name": "102.png",
      "type": "image/png",
      "md5": "b913b2254c939ce2181f1386e70d779e",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e12H|QkufQkufQkufkfQfkfQfQfQfQfQfQkufkfQfkfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/102.png",
      "thumbnailUrl": "http://pasture_one_actor/images/102.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnbok53ffu003m",
      "createdAt": "2024-03-06T17:37:31.157Z",
      "name": "103.png",
      "type": "image/png",
      "md5": "aba9b4dbef8c07b842c18c3869175833",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2KiLV]ufQ]ufQ]ujufQjufQfQfQfQfQfQ]ujufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/103.png",
      "thumbnailUrl": "http://pasture_one_actor/images/103.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnbok63ffu003n",
      "createdAt": "2024-03-06T17:37:31.158Z",
      "name": "104.png",
      "type": "image/png",
      "md5": "c49b04fd293baf3536ad1fe5d768b575",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3B?4byGfQyGfQyGfkfQfkfQfQfQfQfQfQyGfkfQfkfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/104.png",
      "thumbnailUrl": "http://pasture_one_actor/images/104.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnbomf3ffu003o",
      "createdAt": "2024-03-06T17:37:31.239Z",
      "name": "105.png",
      "type": "image/png",
      "md5": "201e3394106ccd473732914b13349cb0",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0CgEC]=fQ]=fQ]=jufQjufQfQfQfQfQfQ]=jufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/105.png",
      "thumbnailUrl": "http://pasture_one_actor/images/105.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnbomh3ffu003p",
      "createdAt": "2024-03-06T17:37:31.241Z",
      "name": "106.png",
      "type": "image/png",
      "md5": "1dcceac5e30181513a34b9b4aeb83647",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e1HJ{D^gfQ^gfQ^gj@fQj@fQfQfQfQfQfQ^gj@fQj@fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/106.png",
      "thumbnailUrl": "http://pasture_one_actor/images/106.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnbooo3ffu003q",
      "createdAt": "2024-03-06T17:37:31.320Z",
      "name": "107.png",
      "type": "image/png",
      "md5": "7373b6cc9572da5414992946c9eea423",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e26fp4p;fQp;fQp;fjfQfjfQfQfQfQfQfQp;fjfQfjfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/107.png",
      "thumbnailUrl": "http://pasture_one_actor/images/107.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnboop3ffu003r",
      "createdAt": "2024-03-06T17:37:31.321Z",
      "name": "108.png",
      "type": "image/png",
      "md5": "c307d965eedb45f921e27b3a021bcc45",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2N0O^~UfQ~UfQ~Uj[fQj[fQfQfQfQfQfQ~Uj[fQj[fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/108.png",
      "thumbnailUrl": "http://pasture_one_actor/images/108.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnboqz3ffu003s",
      "createdAt": "2024-03-06T17:37:31.403Z",
      "name": "109.png",
      "type": "image/png",
      "md5": "80dde4066cd0d660c046216519cbaf1a",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0B_SH^4fQ^4fQ^4jtfQjtfQfQfQfQfQfQ^4jtfQjtfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/109.png",
      "thumbnailUrl": "http://pasture_one_actor/images/109.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    },
    {
      "id": "9qjnbor13ffu003t",
      "createdAt": "2024-03-06T17:37:31.405Z",
      "name": "1010.png",
      "type": "image/png",
      "md5": "fbcc6f55e6ea18fc45baa59f9e0a65b4",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0Fo[j}YfQ}YfQ}Yj@fQj@fQfQfQfQfQfQ}Yj@fQj@fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/1010.png",
      "thumbnailUrl": "http://pasture_one_actor/images/1010.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/iSGfCVRJl64",
  "clippedCount": 0
}
```

Example 7

no result

no result