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