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