123456789101112131415161718 |
- {
- "@context": "https://www.w3.org/ns/activitystreams",
- "summary": "Object history",
- "type": "OrderedCollection",
- "totalItems": 2,
- "orderedItems": [
- {
- "type": "Create",
- "actor": "http://www.test.example/sally",
- "object": "http://example.org/foo"
- },
- {
- "type": "Like",
- "actor": "http://www.test.example/joe",
- "object": "http://example.org/foo"
- }
- ]
- }
|