123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "@context": [
- "https://www.w3.org/ns/activitystreams",
- "https://w3id.org/security/v1"
- ],
- "id": "https://example.com/activitypub/",
- "type": "Person",
- "inbox": "https://example.com/seppo.cgi/activitypub/inbox.json",
- "outbox": "https://example.com/activitypub/outbox/",
- "following": "https://example.com/activitypub/following/",
- "followers": "https://example.com/activitypub/followers/",
- "liked": "https://example.com/activitypub/liked/",
- "preferredUsername": "ursi",
- "name": "Yet Another #Seppo! 🌻",
- "summary": "My introduction that has some text<br/>\nand may span mul-<br/>\ntip-<br/>\nle lines. And don't forget to put in some 🐫 🦥 🌻<br/>\n<br/>\nAlso referring to an url may do no harm: <a href=\"https://seppo.social\">Seppo.Social</a>",
- "publicKey": {
- "id": "https://example.com/activitypub/%23main-key",
- "owner": "https://example.com/activitypub/",
- "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy1E0K6PjtiOptdE30M6m\nsz1g91DWU0tdm2pejs1VEi3Vzn/RB7sfF+2ZbQCd26pMUxb57fa4UKECIC9AJfis\nPDeaMXnyuyeakOGQ2x+nO7pn5N2GCJK/CiBuxTdP7AMBXuugbBA95u95oAs/D46H\n/qc3ytKSV/xqdGIM26H1c2wpv8AFPHLcrDQLfkp7i0EzYimiY02vEMA4tHMjL5+G\nuxotSy41KlsI9Ec+U3lS7JpZYfYIIBpF72UlGuU4UQ1sfnA5vHAJ5rvdYfC/BD5x\nmu4wa2oywnTwmZeNk8IpL5Ljzk4s+e2/4Ec+E2+BNnIPb2AntxGIzSsAgmS5e7cv\nsQIDAQAB\n-----END PUBLIC KEY-----\n"
- },
- "attachment": [
- {
- "name": "Support",
- "value": "<a href=\"https://seppo.social/support\">Seppo.Social/support</a>",
- "type": "PropertyValue"
- },
- {
- "name": "Generator",
- "value": "<a href=\"https://seppo.social\">Seppo.Social</a>",
- "type": "PropertyValue"
- },
- {
- "name": "Funding",
- "value": "<a href=\"https://nlnet.nl/project/Seppo/\">nlnet.nl/project/Seppo/</a>",
- "type": "PropertyValue"
- }
- ],
- "icon": {
- "type": "Image",
- "mediaType": "image/jpeg",
- "url": "https://example.com/me-avatar.jpg"
- },
- "image": {
- "type": "Image",
- "mediaType": "image/jpeg",
- "url": "https://example.com/me-banner.jpg"
- }
- }
|