@fedify/fedify
Version:
An ActivityPub server framework
20 lines (19 loc) • 395 B
JSON
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://example.com/collection",
"type": "OrderedCollection",
"orderedItems": [
{
"type": "Note",
"content": "This is a simple note"
},
{
"type": "Note",
"content": "This is another simple note"
},
{
"type": "Note",
"content": "This is a third simple note"
}
]
}