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/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/zDbCb9414YY",
"published": "2024-11-20T18:46:09Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/iNjypxj6FS8",
"published": "2024-11-20T18:46:09Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tstkko9ndr002x",
"uri": "http://pasture-one-actor/actor/iNjypxj6FS8",
"url": "http://pasture-one-actor/actor/iNjypxj6FS8",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 83,
"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-11-20T18:46:09.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/KY1ZyAZdGB4",
"published": "2024-11-20T18:46:10Z",
"object": {
"type": "Audio",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/3rdRzjVjx70",
"published": "2024-11-20T18:46:10Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tstlcg9ndr002y",
"uri": "http://pasture-one-actor/actor/3rdRzjVjx70",
"url": "http://pasture-one-actor/actor/3rdRzjVjx70",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 84,
"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-11-20T18:46:10.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/UmVeCfXOC1s",
"published": "2024-11-20T18:46:10Z",
"object": {
"type": "Document",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/DZ2wle5x6DM",
"published": "2024-11-20T18:46:10Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tstlcg9ndr002z",
"uri": "http://pasture-one-actor/actor/DZ2wle5x6DM",
"url": "http://pasture-one-actor/actor/DZ2wle5x6DM",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 85,
"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-11-20T18:46:10.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/F47pKyG8THA",
"published": "2024-11-20T18:46:11Z",
"object": {
"type": "Event",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/HSPDxtc4Rdw",
"published": "2024-11-20T18:46:11Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tstm489ndr0030",
"uri": "http://pasture-one-actor/actor/HSPDxtc4Rdw",
"url": "http://pasture-one-actor/actor/HSPDxtc4Rdw",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 86,
"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-11-20T18:46:11.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/A7Vu9kfz4AU",
"published": "2024-11-20T18:46:12Z",
"object": {
"type": "Image",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/wICIa6dtbCM",
"published": "2024-11-20T18:46:12Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tstmw09ndr0031",
"uri": "http://pasture-one-actor/actor/wICIa6dtbCM",
"url": "http://pasture-one-actor/actor/wICIa6dtbCM",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 87,
"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-11-20T18:46:12.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/UrS-9MkuVT0",
"published": "2024-11-20T18:46:13Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/g7Egz7XmkXw",
"published": "2024-11-20T18:46:13Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tstnns9ndr0032",
"uri": "http://pasture-one-actor/actor/g7Egz7XmkXw",
"url": "http://pasture-one-actor/actor/g7Egz7XmkXw",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 88,
"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-11-20T18:46:13.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/85xson8Q9lk",
"published": "2024-11-20T18:46:13Z",
"object": {
"type": "Page",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/b-s6P7OYpjE",
"published": "2024-11-20T18:46:13Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tstnns9ndr0033",
"uri": "http://pasture-one-actor/actor/b-s6P7OYpjE",
"url": "http://pasture-one-actor/actor/b-s6P7OYpjE",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 89,
"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-11-20T18:46:13.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/A05BAlftlfk",
"published": "2024-11-20T18:46:14Z",
"object": {
"type": "Place",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/BOjVSRtgN2E",
"published": "2024-11-20T18:46:14Z",
"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/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/g0c1iS6Wfzs",
"published": "2024-11-20T18:46:28Z",
"object": {
"type": "Profile",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/lambfLgzato",
"published": "2024-11-20T18:46:28Z",
"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/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/CMV16VSjB3U",
"published": "2024-11-20T18:46:41Z",
"object": {
"type": "Relationship",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/1wqlD2iLYG0",
"published": "2024-11-20T18:46:41Z",
"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/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/Fgu9CuE0mCY",
"published": "2024-11-20T18:46:55Z",
"object": {
"type": "Tombstone",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/wimjGopZog8",
"published": "2024-11-20T18:46:55Z",
"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/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/quwBFUTyWKg",
"published": "2024-11-20T18:47:08Z",
"object": {
"type": "Video",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/PeXVMnBMONU",
"published": "2024-11-20T18:47:08Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tsuu3k9ndr0034",
"uri": "http://pasture-one-actor/actor/PeXVMnBMONU",
"url": "http://pasture-one-actor/actor/PeXVMnBMONU",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 90,
"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-11-20T18:47:08.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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/N-hxPhZxW_A",
"published": "2024-11-20T18:47:09Z",
"object": {
"type": [
"Note",
"Article"
],
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/vzU1LGN8AXk",
"published": "2024-11-20T18:47:09Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
sharkey
{
"id": "a0tsuuvc9ndr0035",
"uri": "http://pasture-one-actor/actor/vzU1LGN8AXk",
"url": "http://pasture-one-actor/actor/vzU1LGN8AXk",
"account": {
"id": "a0tspttm9ndr0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-11-20T18:43:14.362Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 91,
"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-11-20T18:47:09.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 14¶
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/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/P72jHBWi96c",
"published": "2024-11-20T18:47:10Z",
"object": {
"type": null,
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/a0tso0t2npkb0001"
],
"id": "http://pasture-one-actor/actor/0DmzthMAcjI",
"published": "2024-11-20T18:47:10Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result