1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-08 21:45:52 +00:00

FEP-7aa9: Remove superfluous property from examples (#867)

This was removed from the description and context in an earlier draft, but left in the examples by mistake. Sorry for that.

Reviewed-on: https://codeberg.org/fediverse/fep/pulls/867
This commit is contained in:
David Roetzel
2026-06-22 17:17:19 +02:00
committed by silverpill
parent e07cc7fe22
commit cdae274566
-3
View File
@@ -109,7 +109,6 @@ Example featured collection:
"id": "https://fedi.example.com/users/alice/featured/23/items/1",
"type": "FeaturedItem",
"featuredObject": "https://fedi.example.com/users/jennifer",
"featuredObjectType": "Person",
"featureAuthorization": "https://fedi.example.com/users/jennifer/stamps/12",
"published": "2025-08-14T12:13:22Z"
},
@@ -117,7 +116,6 @@ Example featured collection:
"id": "https://fedi.example.com/users/alice/featured/23/items/2",
"type": "FeaturedItem",
"featuredObject": "https://other.example.com/users/jim",
"featuredObjectType": "Person",
"featureAuthorization": "https://other.example.com/users/jim/stamps/21",
"published": "2025-08-14T12:14:51Z"
}
@@ -260,7 +258,6 @@ Example `FeaturedItem` resulting from the `Accept` above:
"id": "https://fedi.example.com/users/alice/featured/23/items/2",
"type": "FeaturedItem",
"object": "https://other.example.com/users/bob",
"featuredObjectType": "Person",
"featureAuthorization": "https://other.example.com/users/bob/stamps/1024",
"published": "2025-08-14T12:13:22Z"
}