vonbraun/test/scratch/randomuser1.json

20 lines
704 B
JSON

{
"ledger": "vonbraun-test",
"insert": {
"@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"
}
}