{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1"
],
"discoverable":true,
"id": "https://bookshelf.doncha.net/librarian",
"type": "Person",
"url": "https://bookshelf.doncha.net/librarian",
"inbox": "https://bookshelf.doncha.net/librarian/inbox",
"outbox": "https://bookshelf.doncha.net/librarian/outbox",
"followers": "https://bookshelf.doncha.net/librarian/followers",
"following": "https://bookshelf.doncha.net/librarian/following",
"name": "web本棚",
"preferredUsername": "librarian",
"summary": "本棚の司書botです",
"sharedInbox": null,
"icon": {
"type": "Image",
"mediaType": "image/png",
"url": "https://bookshelf.doncha.net/images/prof-image.png"
},
"image": {
"type": "Image",
"mediaType": "image/png",
"url": "https://bookshelf.doncha.net/images/cover-image.png"
},
"publicKey": {
"id": "https://bookshelf.doncha.net/librarian#main-key",
"owner": "https://bookshelf.doncha.net/librarian",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\n.....x5xP54crc1Y+im6DJhPcJgonLZWSDqFY2LKy6JJ4WaY24gQtXvg6ZE0hP3rfAgMB\n....=\n-----END PUBLIC KEY-----\n"
}
}