vonbraun/test/scratch/me.json

20 lines
722 B
JSON
Raw Normal View History

2024-09-04 02:09:59 +00:00
{
2024-09-04 02:16:34 +00:00
"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"
}
2024-09-04 02:09:59 +00:00
}