11 lines
212 B
JSON
11 lines
212 B
JSON
|
|
||
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "Sally's profile",
|
||
|
"type": "Profile",
|
||
|
"describes": {
|
||
|
"type": "Person",
|
||
|
"name": "Sally"
|
||
|
},
|
||
|
"url": "http://sally.example.org"
|
||
|
}
|