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://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/wmNPNEcBCz4",
"published": "2024-09-04T11:07:04Z",
"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/SG2RF6T4t78",
"published": "2024-09-04T11:07:04Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-76d0-1ac0-69b3-1f9aa7d6856c",
"uri": "http://pasture-one-actor/actor/SG2RF6T4t78",
"url": "http://pasture-one-actor/actor/SG2RF6T4t78",
"created_at": "2024-09-04T11:07:04Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 73,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/SG2RF6T4t78\" rel=\"noopener\">http://pasture-one-actor/actor/SG2RF6T4t78</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/gjm0MUZCFYc",
"published": "2024-09-04T11:07:06Z",
"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/EvTEOIxEj0o",
"published": "2024-09-04T11:07:06Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-7cb7-7b96-dc29-9a1b0d83c340",
"uri": "http://pasture-one-actor/actor/EvTEOIxEj0o",
"url": "http://pasture-one-actor/actor/EvTEOIxEj0o",
"created_at": "2024-09-04T11:07:06Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 74,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/EvTEOIxEj0o\" rel=\"noopener\">http://pasture-one-actor/actor/EvTEOIxEj0o</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/giaf4h8q36M",
"published": "2024-09-04T11:07:07Z",
"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/N3IgrOBd1MU",
"published": "2024-09-04T11:07:07Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-8289-9967-e246-6ba9843d6719",
"uri": "http://pasture-one-actor/actor/N3IgrOBd1MU",
"url": "http://pasture-one-actor/actor/N3IgrOBd1MU",
"created_at": "2024-09-04T11:07:07Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 75,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/N3IgrOBd1MU\" rel=\"noopener\">http://pasture-one-actor/actor/N3IgrOBd1MU</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/EwlViE_QQ-s",
"published": "2024-09-04T11:07:09Z",
"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/DRMXKxMOueE",
"published": "2024-09-04T11:07:09Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-8868-1d1b-a876-248843a186ac",
"uri": "http://pasture-one-actor/actor/DRMXKxMOueE",
"url": "http://pasture-one-actor/actor/DRMXKxMOueE",
"created_at": "2024-09-04T11:07:09Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 76,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/DRMXKxMOueE\" rel=\"noopener\">http://pasture-one-actor/actor/DRMXKxMOueE</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/6Gxwz3pA2d8",
"published": "2024-09-04T11:07:10Z",
"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/98TFrZgVVl8",
"published": "2024-09-04T11:07:10Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-8e45-d8e0-78ae-8090e93bd9df",
"uri": "http://pasture-one-actor/actor/98TFrZgVVl8",
"url": "http://pasture-one-actor/actor/98TFrZgVVl8",
"created_at": "2024-09-04T11:07:10Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 77,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/98TFrZgVVl8\" rel=\"noopener\">http://pasture-one-actor/actor/98TFrZgVVl8</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/EKW3oQyE8LA",
"published": "2024-09-04T11:07:12Z",
"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/Giy_bb3C4f4",
"published": "2024-09-04T11:07:12Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-9421-0aa1-e654-08040dcf25f0",
"uri": "http://pasture-one-actor/actor/Giy_bb3C4f4",
"url": "http://pasture-one-actor/actor/Giy_bb3C4f4",
"created_at": "2024-09-04T11:07:12Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 78,
"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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/n_DbM8TmCmQ",
"published": "2024-09-04T11:07:13Z",
"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/sbjcNGw4qQs",
"published": "2024-09-04T11:07:13Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-99fe-20b4-1155-efeb2da6e49d",
"uri": "http://pasture-one-actor/actor/sbjcNGw4qQs",
"url": "http://pasture-one-actor/actor/sbjcNGw4qQs",
"created_at": "2024-09-04T11:07:13Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 79,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/sbjcNGw4qQs\" rel=\"noopener\">http://pasture-one-actor/actor/sbjcNGw4qQs</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/-R8Sxh4p0OQ",
"published": "2024-09-04T11:07:15Z",
"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/ImHDRpllb6o",
"published": "2024-09-04T11:07:15Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-9fd7-3ad6-32d4-76c00da011f3",
"uri": "http://pasture-one-actor/actor/ImHDRpllb6o",
"url": "http://pasture-one-actor/actor/ImHDRpllb6o",
"created_at": "2024-09-04T11:07:15Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 80,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/ImHDRpllb6o\" rel=\"noopener\">http://pasture-one-actor/actor/ImHDRpllb6o</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/M08pv3YWlng",
"published": "2024-09-04T11:07:16Z",
"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/K3Dim8-1XlY",
"published": "2024-09-04T11:07:16Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-a5b5-014d-ed1d-2bfaf9b26135",
"uri": "http://pasture-one-actor/actor/K3Dim8-1XlY",
"url": "http://pasture-one-actor/actor/K3Dim8-1XlY",
"created_at": "2024-09-04T11:07:16Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 81,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/K3Dim8-1XlY\" rel=\"noopener\">http://pasture-one-actor/actor/K3Dim8-1XlY</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/xrFr8xplAhQ",
"published": "2024-09-04T11:07:18Z",
"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/1Z_tJzl0A4M",
"published": "2024-09-04T11:07:18Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-ab90-48a4-2ee0-aaf4d9daa7f4",
"uri": "http://pasture-one-actor/actor/1Z_tJzl0A4M",
"url": "http://pasture-one-actor/actor/1Z_tJzl0A4M",
"created_at": "2024-09-04T11:07:18Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 82,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/1Z_tJzl0A4M\" rel=\"noopener\">http://pasture-one-actor/actor/1Z_tJzl0A4M</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/J86pepQzzWM",
"published": "2024-09-04T11:07:19Z",
"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/mvGN7WGIXKg",
"published": "2024-09-04T11:07:19Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-b15d-276e-511b-75e6b8a360b8",
"uri": "http://pasture-one-actor/actor/mvGN7WGIXKg",
"url": "http://pasture-one-actor/actor/mvGN7WGIXKg",
"created_at": "2024-09-04T11:07:19Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 83,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/mvGN7WGIXKg\" rel=\"noopener\">http://pasture-one-actor/actor/mvGN7WGIXKg</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/gl3L5go4yZI",
"published": "2024-09-04T11:07:21Z",
"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/96NLa_5oOfo",
"published": "2024-09-04T11:07:21Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0191bcb7-b745-7f8d-cff5-5237c47f9e66",
"uri": "http://pasture-one-actor/actor/96NLa_5oOfo",
"url": "http://pasture-one-actor/actor/96NLa_5oOfo",
"created_at": "2024-09-04T11:07:21Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"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-09-04T11:03:36.086945Z",
"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": 84,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/96NLa_5oOfo\" rel=\"noopener\">http://pasture-one-actor/actor/96NLa_5oOfo</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/15EQmLgc5oU",
"published": "2024-09-04T11:07:22Z",
"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/8MbEQm2on9w",
"published": "2024-09-04T11:07:22Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
Example 14¶
no result
no result