Object types¶
Varying the object type and investigation what happens to the properties. Relevant properties are
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "${type}",
"name": "name",
"summary": "summary",
"content": "content"
}
where type
is the property being varied between different entries in the
table. Object types are defined in
https://www.w3.org/TR/activitystreams-vocabulary/#object-types.
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": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/tPzsPU0FBeQ",
"published": "2025-09-03T19:33:58Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/zHW_fkUuqLg",
"published": "2025-09-03T19:33:58Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xwjn4fewz005s",
"uri": "http://pasture-one-actor/object/zHW_fkUuqLg",
"url": "http://pasture-one-actor/object/zHW_fkUuqLg",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 177,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:33:58.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/C0YNJloEGE8",
"published": "2025-09-03T19:33:59Z",
"object": {
"type": "Audio",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/G6BXhRycgRE",
"published": "2025-09-03T19:33:59Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xwkewfewz005t",
"uri": "http://pasture-one-actor/object/G6BXhRycgRE",
"url": "http://pasture-one-actor/object/G6BXhRycgRE",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 178,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:33:59.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/b647lBiPA4o",
"published": "2025-09-03T19:34:00Z",
"object": {
"type": "Document",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/vvoSdt9KcSA",
"published": "2025-09-03T19:34:00Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xwl6ofewz005u",
"uri": "http://pasture-one-actor/object/vvoSdt9KcSA",
"url": "http://pasture-one-actor/object/vvoSdt9KcSA",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 179,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:34:00.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/W8KZGdnZbjk",
"published": "2025-09-03T19:34:00Z",
"object": {
"type": "Event",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/aXXFbk8Zprg",
"published": "2025-09-03T19:34:00Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xwl6ofewz005v",
"uri": "http://pasture-one-actor/object/aXXFbk8Zprg",
"url": "http://pasture-one-actor/object/aXXFbk8Zprg",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 180,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:34:00.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/Yw9LnSL0WK4",
"published": "2025-09-03T19:34:01Z",
"object": {
"type": "Image",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/VrZPEpCTHX0",
"published": "2025-09-03T19:34:01Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xwlygfewz005w",
"uri": "http://pasture-one-actor/object/VrZPEpCTHX0",
"url": "http://pasture-one-actor/object/VrZPEpCTHX0",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 181,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:34:01.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/CZk35HNm4ag",
"published": "2025-09-03T19:34:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/Nqb6Rp-iNBg",
"published": "2025-09-03T19:34:02Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xwmq8fewz005x",
"uri": "http://pasture-one-actor/object/Nqb6Rp-iNBg",
"url": "http://pasture-one-actor/object/Nqb6Rp-iNBg",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 182,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:34:02.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/s4IfpiLKm1E",
"published": "2025-09-03T19:34:02Z",
"object": {
"type": "Page",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/gjH9puzrW1g",
"published": "2025-09-03T19:34:02Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xwmq8fewz005y",
"uri": "http://pasture-one-actor/object/gjH9puzrW1g",
"url": "http://pasture-one-actor/object/gjH9puzrW1g",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 183,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:34:02.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/vbX-Xaca9Go",
"published": "2025-09-03T19:34:03Z",
"object": {
"type": "Place",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/YitLvx4zYIc",
"published": "2025-09-03T19:34:03Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ilBpx7n9o7M",
"published": "2025-09-03T19:34:15Z",
"object": {
"type": "Profile",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/V-lwb0Yza8I",
"published": "2025-09-03T19:34:15Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/W-aHIwrpjxM",
"published": "2025-09-03T19:34:27Z",
"object": {
"type": "Relationship",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/I6jnW0it0dU",
"published": "2025-09-03T19:34:27Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
Example 11¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/XEbSV32m75Q",
"published": "2025-09-03T19:34:40Z",
"object": {
"type": "Tombstone",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/6uo5x69q3oQ",
"published": "2025-09-03T19:34:40Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/vLIFaPh03tk",
"published": "2025-09-03T19:34:52Z",
"object": {
"type": "Video",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/s4OSbbW0H9c",
"published": "2025-09-03T19:34:52Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xxpb4fewz005z",
"uri": "http://pasture-one-actor/object/s4OSbbW0H9c",
"url": "http://pasture-one-actor/object/s4OSbbW0H9c",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 184,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:34:52.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/DLOuC41Hndc",
"published": "2025-09-03T19:34:53Z",
"object": {
"type": [
"Note",
"Article"
],
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/UtfiDrwLChk",
"published": "2025-09-03T19:34:53Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "ac7xxq2wfewz0060",
"uri": "http://pasture-one-actor/object/UtfiDrwLChk",
"url": "http://pasture-one-actor/object/UtfiDrwLChk",
"account": {
"id": "ac7xrs1dfewz0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-03T19:30:15.601Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 185,
"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,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>content</p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2025-09-03T19:34:53.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": true,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/ac7xq6i3epan0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/LCpcsvmFMsc",
"published": "2025-09-03T19:34:53Z",
"object": {
"type": null,
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac7xq6i3epan0003"
],
"id": "http://pasture-one-actor/object/K178SPgihp8",
"published": "2025-09-03T19:34:53Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result