16 lines
300 B
JSON
16 lines
300 B
JSON
|
{
|
||
|
"@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"
|
||
|
}
|
||
|
]
|
||
|
}
|