20 lines
722 B
JSON
20 lines
722 B
JSON
{
|
|
"ledger": "vonbraun-test",
|
|
"insert": {
|
|
"@id": "https://vonbraun.example.net/users/moonman",
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams",
|
|
{
|
|
"vonbraun": "https://shit.nexus/ns/fedi/vonbraun/"
|
|
}
|
|
],
|
|
"type": "Person",
|
|
"name": "Moon Man",
|
|
"preferredUsername": "moonman",
|
|
"summary": "I am the Moon.",
|
|
"inbox": "https://vonbraun.example.net/users/moonman/inbox",
|
|
"outbox": "https://vonbraun.example.net/users/moonman/outbox",
|
|
"followers": "https://vonbraun.example.net/users/moonman/followers",
|
|
"following": "https://vonbraun.example.net/users/moonman/following"
|
|
}
|
|
} |