9 lines
285 B
JSON
9 lines
285 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"@id": "https://orange.example.net/users/smith/followers",
|
||
|
"type": "OrderedCollection",
|
||
|
"orderedItems": [
|
||
|
"https://banana.example.net/users/one",
|
||
|
"https://vonbraun.example.net/users/moonman"
|
||
|
]
|
||
|
}
|