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

14 lines
No EOL
313 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally and Joe offered the Foo object",
"type": "Offer",
"actor": [
"http://joe.example.org",
{
"type": "Person",
"id": "http://sally.example.org",
"name": "Sally"
}
],
"object": "http://example.org/foo"
}