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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/FNVLkvNyFS4",
"object": {
"type": "Article",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/jrIPjaPQ_eM",
"published": "2024-03-04T16:26:34Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9qgpwqdsbg0k002a",
"uri": "http://pasture_one_actor/actor/jrIPjaPQ_eM",
"url": "http://pasture_one_actor/actor/jrIPjaPQ_eM",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 62,
"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>content</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2024-03-04T16:26:34.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/Ts3-4DXsZvM",
"object": {
"type": "Audio",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/_GTzL8hnF0k",
"published": "2024-03-04T16:26:36Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9qgpwrxcbg0k002b",
"uri": "http://pasture_one_actor/actor/_GTzL8hnF0k",
"url": "http://pasture_one_actor/actor/_GTzL8hnF0k",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 63,
"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>content</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2024-03-04T16:26:36.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/MbxFpMV6BUA",
"object": {
"type": "Document",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/uTInFR3b3fY",
"published": "2024-03-04T16:26:39Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9qgpwu8obg0k002c",
"uri": "http://pasture_one_actor/actor/uTInFR3b3fY",
"url": "http://pasture_one_actor/actor/uTInFR3b3fY",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 64,
"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>content</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2024-03-04T16:26:39.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/AWiAweuv4sE",
"object": {
"type": "Event",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/UYSBKt326k8",
"published": "2024-03-04T16:26:41Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9qgpwvs8bg0k002d",
"uri": "http://pasture_one_actor/actor/UYSBKt326k8",
"url": "http://pasture_one_actor/actor/UYSBKt326k8",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 65,
"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>content</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2024-03-04T16:26:41.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/TeucwJiCWow",
"object": {
"type": "Image",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/-UrP1ERCG_Q",
"published": "2024-03-04T16:26:43Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9qgpwxbsbg0k002e",
"uri": "http://pasture_one_actor/actor/-UrP1ERCG_Q",
"url": "http://pasture_one_actor/actor/-UrP1ERCG_Q",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 66,
"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>content</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2024-03-04T16:26:43.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/uzT-NPyL41Q",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/FtST0hur-zk",
"published": "2024-03-04T16:26:45Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9qgpwyvcbg0k002f",
"uri": "http://pasture_one_actor/actor/FtST0hur-zk",
"url": "http://pasture_one_actor/actor/FtST0hur-zk",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 67,
"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>content</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2024-03-04T16:26:45.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/Jglkoqaoa7s",
"object": {
"type": "Page",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/xfAEgWr4op0",
"published": "2024-03-04T16:26:47Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9qgpx0ewbg0k002g",
"uri": "http://pasture_one_actor/actor/xfAEgWr4op0",
"url": "http://pasture_one_actor/actor/xfAEgWr4op0",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 68,
"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>content</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2024-03-04T16:26:47.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/_65Rd-XJ24s",
"object": {
"type": "Place",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/AVthFxqu3ZU",
"published": "2024-03-04T16:26:49Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/n2lzH49Wv20",
"object": {
"type": "Profile",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/Ta1EUwAKAjI",
"published": "2024-03-04T16:26:52Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/CRC7ysdOVCo",
"object": {
"type": "Relationship",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/257XhYoPwa0",
"published": "2024-03-04T16:26:54Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/SHQw2NlG4dg",
"object": {
"type": "Tombstone",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/RDpFmZwuebs",
"published": "2024-03-04T16:26:56Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/u62GUMQh3Ig",
"object": {
"type": "Video",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/rGZXp3UBahU",
"published": "2024-03-04T16:26:58Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9qgpx8wgbg0k002h",
"uri": "http://pasture_one_actor/actor/rGZXp3UBahU",
"url": "http://pasture_one_actor/actor/rGZXp3UBahU",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 69,
"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>content</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "content",
"created_at": "2024-03-04T16:26:58.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "summary",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null
}
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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/MZ9aviPDbRo",
"object": {
"type": null,
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/2LzEhGiF7xE",
"published": "2024-03-04T16:27:00Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
Example 14¶
no result
no result