1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "@context": "https://www.w3.org/ns/activitystreams", "summary": "Sally's notes", "type": "Collection", "totalItems": 2, "items": [ { "type": "Note", "name": "Reminder for Going-Away Party" }, { "type": "Note", "name": "Meeting 2016-11-17" } ] }