tirocinio-canali-steffo-acrate/acrate_astreams/tests/activitystreams/examples/90.json

16 lines
No EOL
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"
}
]
}