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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/eA0JibgMrOg",
"published": "2024-11-22T15:53:45Z",
"object": {
"type": "Article",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/rLZwB2Esxd0",
"published": "2024-11-22T15:53:45Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-5203-8e2e-1211-8fcf5b1f54f8",
"uri": "http://pasture-one-actor/actor/rLZwB2Esxd0",
"url": "http://pasture-one-actor/actor/rLZwB2Esxd0",
"created_at": "2024-11-22T15:53:45Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 85,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/rLZwB2Esxd0\" rel=\"noopener\">http://pasture-one-actor/actor/rLZwB2Esxd0</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Vau3y3Ufg48",
"published": "2024-11-22T15:53:47Z",
"object": {
"type": "Audio",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/CZyo5JPTB_8",
"published": "2024-11-22T15:53:47Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-57e6-fde1-1cf9-4599958fafb2",
"uri": "http://pasture-one-actor/actor/CZyo5JPTB_8",
"url": "http://pasture-one-actor/actor/CZyo5JPTB_8",
"created_at": "2024-11-22T15:53:47Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 86,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/CZyo5JPTB_8\" rel=\"noopener\">http://pasture-one-actor/actor/CZyo5JPTB_8</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/HtShpH62DK8",
"published": "2024-11-22T15:53:48Z",
"object": {
"type": "Document",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/IE7zjdIgvMc",
"published": "2024-11-22T15:53:48Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-5dc7-93f4-40e1-84ee73a2da1a",
"uri": "http://pasture-one-actor/actor/IE7zjdIgvMc",
"url": "http://pasture-one-actor/actor/IE7zjdIgvMc",
"created_at": "2024-11-22T15:53:48Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 87,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/IE7zjdIgvMc\" rel=\"noopener\">http://pasture-one-actor/actor/IE7zjdIgvMc</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/lDMTGhjD9QE",
"published": "2024-11-22T15:53:50Z",
"object": {
"type": "Event",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/MQPSoMZdN0I",
"published": "2024-11-22T15:53:50Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-63a3-3b31-104d-b4876d8524c1",
"uri": "http://pasture-one-actor/actor/MQPSoMZdN0I",
"url": "http://pasture-one-actor/actor/MQPSoMZdN0I",
"created_at": "2024-11-22T15:53:50Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 88,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/MQPSoMZdN0I\" rel=\"noopener\">http://pasture-one-actor/actor/MQPSoMZdN0I</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/lXc__GLQAL0",
"published": "2024-11-22T15:53:51Z",
"object": {
"type": "Image",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/v9ohLMU0zjE",
"published": "2024-11-22T15:53:51Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-6977-0b6e-8a3b-5951a5711f57",
"uri": "http://pasture-one-actor/actor/v9ohLMU0zjE",
"url": "http://pasture-one-actor/actor/v9ohLMU0zjE",
"created_at": "2024-11-22T15:53:51Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 89,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/v9ohLMU0zjE\" rel=\"noopener\">http://pasture-one-actor/actor/v9ohLMU0zjE</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/avh-R09dnCE",
"published": "2024-11-22T15:53:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/-Qdv-NGwht4",
"published": "2024-11-22T15:53:53Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-6f54-1e22-c379-c4bc96647b31",
"uri": "http://pasture-one-actor/actor/-Qdv-NGwht4",
"url": "http://pasture-one-actor/actor/-Qdv-NGwht4",
"created_at": "2024-11-22T15:53:53Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 90,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/FGstcSTO-2I",
"published": "2024-11-22T15:53:54Z",
"object": {
"type": "Page",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/HTvhmPJKyI0",
"published": "2024-11-22T15:53:54Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-7539-ffa6-8a06-e5d8ef9863b4",
"uri": "http://pasture-one-actor/actor/HTvhmPJKyI0",
"url": "http://pasture-one-actor/actor/HTvhmPJKyI0",
"created_at": "2024-11-22T15:53:54Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 91,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/HTvhmPJKyI0\" rel=\"noopener\">http://pasture-one-actor/actor/HTvhmPJKyI0</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/tKbRqUXja8s",
"published": "2024-11-22T15:53:56Z",
"object": {
"type": "Place",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/sSlq-gUkJuA",
"published": "2024-11-22T15:53:56Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-7b15-2b05-50d3-b8629e24c690",
"uri": "http://pasture-one-actor/actor/sSlq-gUkJuA",
"url": "http://pasture-one-actor/actor/sSlq-gUkJuA",
"created_at": "2024-11-22T15:53:56Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 92,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/sSlq-gUkJuA\" rel=\"noopener\">http://pasture-one-actor/actor/sSlq-gUkJuA</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/u-RpKF5GLEo",
"published": "2024-11-22T15:53:57Z",
"object": {
"type": "Profile",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/oSIoMLviwgw",
"published": "2024-11-22T15:53:57Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-80f3-d161-0162-4ed38b89553d",
"uri": "http://pasture-one-actor/actor/oSIoMLviwgw",
"url": "http://pasture-one-actor/actor/oSIoMLviwgw",
"created_at": "2024-11-22T15:53:57Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 93,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/oSIoMLviwgw\" rel=\"noopener\">http://pasture-one-actor/actor/oSIoMLviwgw</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/UjmZfVG7wuE",
"published": "2024-11-22T15:53:59Z",
"object": {
"type": "Relationship",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/LojRhGtqjy0",
"published": "2024-11-22T15:53:59Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-86c8-9402-1f99-c29e2768a69e",
"uri": "http://pasture-one-actor/actor/LojRhGtqjy0",
"url": "http://pasture-one-actor/actor/LojRhGtqjy0",
"created_at": "2024-11-22T15:53:59Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 94,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/LojRhGtqjy0\" rel=\"noopener\">http://pasture-one-actor/actor/LojRhGtqjy0</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/vmbPgqa9qHM",
"published": "2024-11-22T15:54:00Z",
"object": {
"type": "Tombstone",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/YLdo7siQr4A",
"published": "2024-11-22T15:54:00Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-8ca5-49c5-dc66-45aa43dd06cd",
"uri": "http://pasture-one-actor/actor/YLdo7siQr4A",
"url": "http://pasture-one-actor/actor/YLdo7siQr4A",
"created_at": "2024-11-22T15:54:00Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 95,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/YLdo7siQr4A\" rel=\"noopener\">http://pasture-one-actor/actor/YLdo7siQr4A</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Gotc6xXR-Is",
"published": "2024-11-22T15:54:01Z",
"object": {
"type": "Video",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/p-hlm1xLpz8",
"published": "2024-11-22T15:54:01Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "01935494-927b-5097-4bd0-6787585078d4",
"uri": "http://pasture-one-actor/actor/p-hlm1xLpz8",
"url": "http://pasture-one-actor/actor/p-hlm1xLpz8",
"created_at": "2024-11-22T15:54:01Z",
"edited_at": null,
"account": {
"id": "01935491-3343-e8f0-598d-219f9e824bb4",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-11-22T15:50:22.274836Z",
"note": "",
"avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
"header": "http://mitra/api/v1/accounts/identicon",
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 96,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/p-hlm1xLpz8\" rel=\"noopener\">http://pasture-one-actor/actor/p-hlm1xLpz8</a></p>",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"visibility": "public",
"sensitive": false,
"spoiler_text": "",
"pinned": false,
"replies_count": 0,
"favourites_count": 0,
"reblogs_count": 0,
"media_attachments": [],
"mentions": [
{
"id": "01935490-2861-8614-da18-c0ad3d145022",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"bookmarked": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"parent_visible": true,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/OuMYXS-G5t0",
"published": "2024-11-22T15:54:03Z",
"object": {
"type": [
"Note",
"Article"
],
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/6y8MlCpgOcE",
"published": "2024-11-22T15:54:03Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
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://mitra/users/admin",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/XlAWQN9q11U",
"published": "2024-11-22T15:54:15Z",
"object": {
"type": null,
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/PeX5QOkALKg",
"published": "2024-11-22T15:54:15Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result