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://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/bztoSi3xZtc",
"published": "2025-09-09T12:47:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/k105hTDNSmw",
"published": "2025-09-09T12:47:34Z",
"content": "All fields"
}
}
pyfedi
{
"id": 247,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] All fields",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:24.987442Z",
"ap_id": "http://pasture-one-actor/object/Wf1aRG-Qvgc",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "All fields"
}
sharkey
{
"id": "acg410tstn88008f",
"uri": "http://pasture-one-actor/object/k105hTDNSmw",
"url": "http://pasture-one-actor/object/k105hTDNSmw",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 262,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>All fields</p>",
"content_type": "text/x.misskeymarkdown",
"text": "All fields",
"created_at": "2025-09-09T12:47:34.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/ZDWUL68hySY",
"published": "2025-09-09T12:47:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": null,
"published": "2025-09-09T12:47:35Z",
"content": "without id"
}
}
no result
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://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/o0H1Hc4rRAM",
"published": "2025-09-09T12:47:47Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/BHu99Te5cvw",
"published": null,
"content": "without published"
}
}
pyfedi
{
"id": 248,
"user_id": 2,
"community_id": 1,
"title": "[Microblog] without published",
"deleted": false,
"nsfw": false,
"sticky": false,
"published": "2025-09-09T12:34:38.498926Z",
"ap_id": "http://pasture-one-actor/object/JSFNT6PTHpY",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "without published"
}
sharkey
{
"id": "acg41bhytn88008g",
"uri": "http://pasture-one-actor/object/BHu99Te5cvw",
"url": "http://pasture-one-actor/object/BHu99Te5cvw",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 263,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>without published</p>",
"content_type": "text/x.misskeymarkdown",
"text": "without published",
"created_at": "2025-09-09T12:47:47.830Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/3fUn2ghLTms",
"published": "2025-09-09T12:47:48Z",
"object": {
"type": "Note",
"attributedTo": null,
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/l28uMi_G7Bg",
"published": "2025-09-09T12:47:48Z",
"content": "without attributedTo"
}
}
no result
sharkey
{
"id": "acg41bmotn88008h",
"uri": "http://pasture-one-actor/object/l28uMi_G7Bg",
"url": "http://pasture-one-actor/object/l28uMi_G7Bg",
"account": {
"id": "acg3tlswtn880004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-09-09T12:41:47.936Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 264,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>without attributedTo</p>",
"content_type": "text/x.misskeymarkdown",
"text": "without attributedTo",
"created_at": "2025-09-09T12:47:48.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
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://sharkey/users/acg3ru0zh3uf0003",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/BlkY8AVE5Z4",
"published": "2025-09-09T12:47:49Z",
"object": {
"type": null,
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/acg3ru0zh3uf0003"
],
"id": "http://pasture-one-actor/object/7QHfQ8ECU7Q",
"published": "2025-09-09T12:47:49Z",
"content": "without type"
}
}
no result
no result