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

Update example

This commit is contained in:
silverpill
2022-08-20 13:21:09 +00:00
parent 66f538eee8
commit dcd4371ad4
+4 -3
View File
@@ -30,13 +30,14 @@ Example:
```json
{
"type": "Note",
"content: "This is a quote:<br>RE: https://example.com/objects/123",
"content": "This is a quote:<br>RE: https://example.com/objects/123",
"tag": [
{
"type": "Link",
"mediaType": "application/activity+json",
"mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
"href": "https://example.com/objects/123",
"name": "RE: https://example.com/objects/123"
"name": "RE: https://example.com/objects/123",
"rel": "https://www.w3.org/ns/activitystreams"
}
]
}