Necessary Properties¶
With this support table, we want to illustrate, which properties can be removed from an object, and still create an appropriate response. We note that the basic form of an object is
{
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"as:Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/wFuWTn-8BiE",
"published": "2023-11-28T11:38:15Z",
"content": "All fields"
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/epLg1xh_qWQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/IVnjEukZYOg",
"published": "2024-08-03T16:06:50Z",
"content": "All fields"
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "All fields"
},
"context": "http://pasture-one-actor/actor/IVnjEukZYOg",
"conversation_id": 170266864,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/IVnjEukZYOg",
"bookmarked": false,
"language": null,
"content": "All fields",
"quote": null,
"id": "AkawhofRXIslpqEQ9w",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/IVnjEukZYOg",
"created_at": "2024-08-03T16:06:50.000Z",
"text": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-08-03T16:00:46.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 78,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"media_attachments": [],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/E62HcZTyfmA",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": null,
"published": "2024-08-03T16:06:51Z",
"content": "without id"
}
}
no result
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/4QdouyZ0Iq8",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/BAYB0OUzfaA",
"published": null,
"content": "without published"
}
}
akkoma
{
"replies_count": 0,
"pleroma": {
"content": {
"text/plain": "without published"
},
"context": "http://pasture-one-actor/actor/BAYB0OUzfaA",
"conversation_id": 1595508031,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"visibility": "public",
"muted": false,
"uri": "http://pasture-one-actor/actor/BAYB0OUzfaA",
"bookmarked": false,
"language": null,
"content": "without published",
"quote": null,
"id": "Akawiurry7E7M4ZIy8",
"reblogged": false,
"akkoma": {
"source": null
},
"url": "http://pasture-one-actor/actor/BAYB0OUzfaA",
"created_at": "1970-01-01T00:00:00Z",
"text": null,
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": {
"favicon": null,
"name": "pasture-one-actor",
"nodeinfo": {}
},
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2024-08-03T16:00:46.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AkawACIhA8PTHnYpN2",
"last_status_at": "2024-08-03",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 79,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"edited_at": null,
"spoiler_text": "",
"poll": null,
"reblogs_count": 0,
"emoji_reactions": [],
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"mentions": [
{
"acct": "witch",
"id": "Akaw2U9sOxaakLtErQ",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"application": null,
"sensitive": false,
"pinned": false,
"favourited": false,
"emojis": [],
"media_attachments": [],
"card": null,
"tags": [],
"reblog": null,
"quote_id": null,
"favourites_count": 0
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": null,
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/nnhcJxLziGY",
"object": {
"type": "Note",
"attributedTo": null,
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/79O662sm1ac",
"published": "2024-08-03T16:07:03Z",
"content": "without attributedTo"
}
}
no result
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/xETqmxiyGOU",
"object": {
"type": null,
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/actor/9W0oa5boISM",
"published": "2024-08-03T16:07:14Z",
"content": "without type"
}
}
no result