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/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/MYtitcoVH5o",
"published": "2024-09-14T18:33:33Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/Yw5yvMtwvr8",
"published": "2024-09-14T18:33:33Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9y61vakobe3k002l",
"uri": "http://pasture-one-actor/actor/Yw5yvMtwvr8",
"url": "http://pasture-one-actor/actor/Yw5yvMtwvr8",
"account": {
"id": "9y61r5jsbe3k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-09-14T18:30:19.864Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 71,
"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-09-14T18:33:33.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,
"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": [
"http://sharkey/users/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/IWtqZnF0UJk",
"published": "2024-09-14T18:33:34Z",
"object": {
"type": "Audio",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/efkximBiRC0",
"published": "2024-09-14T18:33:34Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9y61vbcgbe3k002m",
"uri": "http://pasture-one-actor/actor/efkximBiRC0",
"url": "http://pasture-one-actor/actor/efkximBiRC0",
"account": {
"id": "9y61r5jsbe3k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-09-14T18:30:19.864Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 72,
"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-09-14T18:33: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,
"edited_at": 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": [
"http://sharkey/users/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/iFYYlvAtSB4",
"published": "2024-09-14T18:33:35Z",
"object": {
"type": "Document",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/Wv8sxd_b_qw",
"published": "2024-09-14T18:33:35Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9y61vc48be3k002n",
"uri": "http://pasture-one-actor/actor/Wv8sxd_b_qw",
"url": "http://pasture-one-actor/actor/Wv8sxd_b_qw",
"account": {
"id": "9y61r5jsbe3k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-09-14T18:30:19.864Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 73,
"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-09-14T18:33:35.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,
"edited_at": 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": [
"http://sharkey/users/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/KR9ZPMxlojQ",
"published": "2024-09-14T18:33:36Z",
"object": {
"type": "Event",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/gbjYsLNcewE",
"published": "2024-09-14T18:33:36Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9y61vcw0be3k002o",
"uri": "http://pasture-one-actor/actor/gbjYsLNcewE",
"url": "http://pasture-one-actor/actor/gbjYsLNcewE",
"account": {
"id": "9y61r5jsbe3k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-09-14T18:30:19.864Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 74,
"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-09-14T18:33: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,
"edited_at": 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": [
"http://sharkey/users/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/dnG4fkhUc0s",
"published": "2024-09-14T18:33:36Z",
"object": {
"type": "Image",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/lSOfRhgPPmA",
"published": "2024-09-14T18:33:36Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9y61vcw0be3k002p",
"uri": "http://pasture-one-actor/actor/lSOfRhgPPmA",
"url": "http://pasture-one-actor/actor/lSOfRhgPPmA",
"account": {
"id": "9y61r5jsbe3k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-09-14T18:30:19.864Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 75,
"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-09-14T18:33: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,
"edited_at": 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": [
"http://sharkey/users/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/DRRSimCujj8",
"published": "2024-09-14T18:33:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/olYJpLHaxSc",
"published": "2024-09-14T18:33:37Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9y61vdnsbe3k002q",
"uri": "http://pasture-one-actor/actor/olYJpLHaxSc",
"url": "http://pasture-one-actor/actor/olYJpLHaxSc",
"account": {
"id": "9y61r5jsbe3k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-09-14T18:30:19.864Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 76,
"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-09-14T18:33:37.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,
"edited_at": 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": [
"http://sharkey/users/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ng0pEZrpSo0",
"published": "2024-09-14T18:33:38Z",
"object": {
"type": "Page",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/3u3SUOcrQ3Y",
"published": "2024-09-14T18:33:38Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9y61vefkbe3k002r",
"uri": "http://pasture-one-actor/actor/3u3SUOcrQ3Y",
"url": "http://pasture-one-actor/actor/3u3SUOcrQ3Y",
"account": {
"id": "9y61r5jsbe3k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-09-14T18:30:19.864Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 77,
"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-09-14T18:33:38.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,
"edited_at": 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": [
"http://sharkey/users/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/dOJX6AIT01A",
"published": "2024-09-14T18:33:39Z",
"object": {
"type": "Place",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/2RG0bZYYlcM",
"published": "2024-09-14T18:33:39Z",
"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/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/CYuahEucVGs",
"published": "2024-09-14T18:33:53Z",
"object": {
"type": "Profile",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/YlvAS3b_aVU",
"published": "2024-09-14T18:33:53Z",
"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/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/HAwExJPd0bY",
"published": "2024-09-14T18:34:07Z",
"object": {
"type": "Relationship",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/kr6QAfUaObg",
"published": "2024-09-14T18:34:07Z",
"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/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/icTy84rO0M0",
"published": "2024-09-14T18:34:21Z",
"object": {
"type": "Tombstone",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/nOqZEY6A2eg",
"published": "2024-09-14T18:34:21Z",
"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/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/bH8V-dMS5yg",
"published": "2024-09-14T18:34:35Z",
"object": {
"type": "Video",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/biEKcMPdrw8",
"published": "2024-09-14T18:34:35Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "9y61wmewbe3k002s",
"uri": "http://pasture-one-actor/actor/biEKcMPdrw8",
"url": "http://pasture-one-actor/actor/biEKcMPdrw8",
"account": {
"id": "9y61r5jsbe3k0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-09-14T18:30:19.864Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 78,
"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-09-14T18:34:35.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,
"edited_at": 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": [
"http://sharkey/users/9y61plt8hrml0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/jE5rA36ZrA0",
"published": "2024-09-14T18:34:36Z",
"object": {
"type": null,
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9y61plt8hrml0001"
],
"id": "http://pasture-one-actor/actor/Gt7kBiWN1uk",
"published": "2024-09-14T18:34:36Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
Example 14¶
no result
no result