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

11 lines
233 B
JSON
Raw Normal View History

{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally listened to a piece of music",
"type": "Listen",
"actor": {
"type": "Person",
"name": "Sally"
},
"object": "http://example.org/music.mp3"
}