17 lines
591 B
JSON
17 lines
591 B
JSON
|
{
|
||
|
"@id": "https://orange.example.net/users/smith",
|
||
|
"@context": [
|
||
|
"https://www.w3.org/ns/activitystreams",
|
||
|
{
|
||
|
"vonbraun": "https://shit.nexus/ns/fedi/vonbraun/"
|
||
|
}
|
||
|
],
|
||
|
"type": "Person",
|
||
|
"name": "Mr. Smith",
|
||
|
"preferredUsername": "smith",
|
||
|
"summary": "A guy named Smith",
|
||
|
"inbox": "https://orange.example.net/users/smith/inbox",
|
||
|
"outbox": "https://orange.example.net/users/smith/outbox",
|
||
|
"followers": "https://orange.example.net/users/smith/followers",
|
||
|
"following": "https://orange.example.net/users/smith/following"
|
||
|
}
|