1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 19:55:46 +00:00

Remove rel property from example

This commit is contained in:
silverpill
2022-08-21 00:46:13 +02:00
parent dcd4371ad4
commit 33d3fb5be4
+1 -2
View File
@@ -36,8 +36,7 @@ Example:
"type": "Link",
"mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
"href": "https://example.com/objects/123",
"name": "RE: https://example.com/objects/123",
"rel": "https://www.w3.org/ns/activitystreams"
"name": "RE: https://example.com/objects/123"
}
]
}