17 lines
No EOL
547 B
JSON
17 lines
No EOL
547 B
JSON
|
|
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"id": "http://example.org/connection-requests/123",
|
|
"summary": "Sally requested to be a friend of John",
|
|
"type": "Offer",
|
|
"actor": "acct:sally@example.org",
|
|
"object": {
|
|
"summary": "Sally and John's friendship",
|
|
"id": "http://example.org/connections/123",
|
|
"type": "Relationship",
|
|
"subject": "acct:sally@example.org",
|
|
"relationship": "http://purl.org/vocab/relationship/friendOf",
|
|
"object": "acct:john@example.org"
|
|
},
|
|
"target": "acct:john@example.org"
|
|
} |