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": "Which Staircase Should I Use" }, { "type": "Note", "name": "Something to Remember" } ] }