Public addressing
Public addressing is discussed here. The essential point here is that
Public
, as:Public
, and https://www.w3.org/ns/activitystreams#Public
are equivalent as JSON-LD and thus should be treated in the same way
by Fediverse applications.
Objects
Object 1
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "https://www.w3.org/ns/activitystreams#Public",
"id": "http://actor.example/object/fP6ITyxgFW0",
"published": "2025-08-15T08:43:29Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 2
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "as:Public",
"id": "http://actor.example/object/EIQwjGC8RkY",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public"
],
"type": "Note"
}
Object 3
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "Public",
"id": "http://actor.example/object/MhnIdsZ1Yrw",
"published": "2025-08-15T08:43:29Z",
"to": [
"Public"
],
"type": "Note"
}
Activities
Activity 1
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/i_ZzAD7csjs",
"object": {
"attributedTo": "http://actor.example",
"content": "https://www.w3.org/ns/activitystreams#Public",
"id": "http://actor.example/object/uIOuy-8QjPU",
"published": "2025-08-15T08:43:29Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-08-15T08:43:29Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 2
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/iNlhj8UKEzk",
"object": {
"attributedTo": "http://actor.example",
"content": "as:Public",
"id": "http://actor.example/object/vLdxHipX3pg",
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-08-15T08:43:29Z",
"to": [
"as:Public",
"http://remote.example/"
],
"type": "Create"
}
Activity 3
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/id-aSQ4AZYs",
"object": {
"attributedTo": "http://actor.example",
"content": "Public",
"id": "http://actor.example/object/zh07EezfGRc",
"published": "2025-08-15T08:43:29Z",
"to": [
"Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-08-15T08:43:29Z",
"to": [
"http://remote.example/",
"Public"
],
"type": "Create"
}