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

10 lines
185 B
JSON
Raw Normal View History

{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Like",
"actor": "http://sally.example.org",
"object": {
"type": "Note",
"content": "A simple note"
}
}