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/e_gQ3ETW890",
"published": "2024-10-21T15:59:25Z",
"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/oBwjbP8jKBw",
"published": "2024-10-21T15:59:25Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-02f7-d1a2-e1a0-a5075096e574",
"uri": "http://pasture-one-actor/actor/oBwjbP8jKBw",
"url": "http://pasture-one-actor/actor/oBwjbP8jKBw",
"created_at": "2024-10-21T15:59:25Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/oBwjbP8jKBw\" rel=\"noopener\">http://pasture-one-actor/actor/oBwjbP8jKBw</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/RYljd6uI970",
"published": "2024-10-21T15:59:27Z",
"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/GvHWrl423sQ",
"published": "2024-10-21T15:59:27Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-08d7-ea3a-d290-ee62b8806fc8",
"uri": "http://pasture-one-actor/actor/GvHWrl423sQ",
"url": "http://pasture-one-actor/actor/GvHWrl423sQ",
"created_at": "2024-10-21T15:59:27Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/GvHWrl423sQ\" rel=\"noopener\">http://pasture-one-actor/actor/GvHWrl423sQ</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/f0IqRMTGJBE",
"published": "2024-10-21T15:59:28Z",
"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/fMIzo_79Xzw",
"published": "2024-10-21T15:59:28Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-0eb1-849c-7428-e3d2ba046fcb",
"uri": "http://pasture-one-actor/actor/fMIzo_79Xzw",
"url": "http://pasture-one-actor/actor/fMIzo_79Xzw",
"created_at": "2024-10-21T15:59:28Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/fMIzo_79Xzw\" rel=\"noopener\">http://pasture-one-actor/actor/fMIzo_79Xzw</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/_h6jsJH6624",
"published": "2024-10-21T15:59:30Z",
"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/149P2c-r3yc",
"published": "2024-10-21T15:59:30Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-148a-4452-d78e-3f65cbbff773",
"uri": "http://pasture-one-actor/actor/149P2c-r3yc",
"url": "http://pasture-one-actor/actor/149P2c-r3yc",
"created_at": "2024-10-21T15:59:30Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/149P2c-r3yc\" rel=\"noopener\">http://pasture-one-actor/actor/149P2c-r3yc</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/clDfTsgQXrU",
"published": "2024-10-21T15:59:31Z",
"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/6kCoro72jB0",
"published": "2024-10-21T15:59:31Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-1a67-548d-44ee-77323cddeb4e",
"uri": "http://pasture-one-actor/actor/6kCoro72jB0",
"url": "http://pasture-one-actor/actor/6kCoro72jB0",
"created_at": "2024-10-21T15:59:31Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/6kCoro72jB0\" rel=\"noopener\">http://pasture-one-actor/actor/6kCoro72jB0</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/WDnr7bY6KS0",
"published": "2024-10-21T15:59:33Z",
"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/iMeVKSb4A0w",
"published": "2024-10-21T15:59:33Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-203f-4968-20d6-1dbb4982c098",
"uri": "http://pasture-one-actor/actor/iMeVKSb4A0w",
"url": "http://pasture-one-actor/actor/iMeVKSb4A0w",
"created_at": "2024-10-21T15:59:33Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/vrNuYfWnLNE",
"published": "2024-10-21T15:59:34Z",
"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/VrYuWMgfR3c",
"published": "2024-10-21T15:59:34Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-261f-ae88-1d99-538992eba0ff",
"uri": "http://pasture-one-actor/actor/VrYuWMgfR3c",
"url": "http://pasture-one-actor/actor/VrYuWMgfR3c",
"created_at": "2024-10-21T15:59:34Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/VrYuWMgfR3c\" rel=\"noopener\">http://pasture-one-actor/actor/VrYuWMgfR3c</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/f-2j7pUQQlg",
"published": "2024-10-21T15:59:36Z",
"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/2iDZe84eDE8",
"published": "2024-10-21T15:59:36Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-2bef-d166-40ed-e118b647f1be",
"uri": "http://pasture-one-actor/actor/2iDZe84eDE8",
"url": "http://pasture-one-actor/actor/2iDZe84eDE8",
"created_at": "2024-10-21T15:59:36Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/2iDZe84eDE8\" rel=\"noopener\">http://pasture-one-actor/actor/2iDZe84eDE8</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/4pUrbCuwRcQ",
"published": "2024-10-21T15:59:37Z",
"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/tjPI3-SAduY",
"published": "2024-10-21T15:59:37Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-31ce-3568-dc1a-bde18fb538c7",
"uri": "http://pasture-one-actor/actor/tjPI3-SAduY",
"url": "http://pasture-one-actor/actor/tjPI3-SAduY",
"created_at": "2024-10-21T15:59:37Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/tjPI3-SAduY\" rel=\"noopener\">http://pasture-one-actor/actor/tjPI3-SAduY</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/5yXJB-hfELc",
"published": "2024-10-21T15:59:39Z",
"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/JESoLckidEI",
"published": "2024-10-21T15:59:39Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-37b0-8871-16a5-d5b54aed6b2d",
"uri": "http://pasture-one-actor/actor/JESoLckidEI",
"url": "http://pasture-one-actor/actor/JESoLckidEI",
"created_at": "2024-10-21T15:59:39Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/JESoLckidEI\" rel=\"noopener\">http://pasture-one-actor/actor/JESoLckidEI</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/9FqWTzzK_z0",
"published": "2024-10-21T15:59:40Z",
"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/6qfii7xoUwU",
"published": "2024-10-21T15:59:40Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-3d93-a6b0-dd70-54a56e5027ee",
"uri": "http://pasture-one-actor/actor/6qfii7xoUwU",
"url": "http://pasture-one-actor/actor/6qfii7xoUwU",
"created_at": "2024-10-21T15:59:40Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/6qfii7xoUwU\" rel=\"noopener\">http://pasture-one-actor/actor/6qfii7xoUwU</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/3GHBcUt2Ygo",
"published": "2024-10-21T15:59:42Z",
"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/qoJ4JfEI9sc",
"published": "2024-10-21T15:59:42Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
mitra
{
"id": "0192afce-436b-49ed-b505-59736a42c163",
"uri": "http://pasture-one-actor/actor/qoJ4JfEI9sc",
"url": "http://pasture-one-actor/actor/qoJ4JfEI9sc",
"created_at": "2024-10-21T15:59:42Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-10-21T15:55:59.007304Z",
"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/qoJ4JfEI9sc\" rel=\"noopener\">http://pasture-one-actor/actor/qoJ4JfEI9sc</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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/-nLgtNXf1XE",
"published": "2024-10-21T15:59:43Z",
"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/zdOM6dNNRSs",
"published": "2024-10-21T15:59:43Z",
"name": "name",
"summary": "summary",
"content": "content"
}
}
no result
Example 14¶
no result
no result