16 lines
312 B
JSON
16 lines
312 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "Sally's notes",
|
||
|
"type": "OrderedCollection",
|
||
|
"totalItems": 2,
|
||
|
"orderedItems": [
|
||
|
{
|
||
|
"type": "Note",
|
||
|
"name": "Meeting 2016-11-17"
|
||
|
},
|
||
|
{
|
||
|
"type": "Note",
|
||
|
"name": "Reminder for Going-Away Party"
|
||
|
}
|
||
|
]
|
||
|
}
|