Seppo.Social -> Seppo.mro.name
[Seppo.git] / test / data / ap / actor / mastodon.0.json
blobc0fa15826de0fd4a7c90651a31f9893dbde06ad3
2   "@context": [
3     "https://www.w3.org/ns/activitystreams",
4     "https://w3id.org/security/v1"
5   ],
6   "id": "https://example.com/activitypub/",
7   "type": "Person",
8   "inbox": "https://example.com/seppo.cgi/activitypub/inbox.json",
9   "outbox": "https://example.com/activitypub/outbox/",
10   "following": "https://example.com/activitypub/following/",
11   "followers": "https://example.com/activitypub/followers/",
12   "liked": "https://example.com/activitypub/liked/",
13   "preferredUsername": "ursi",
14   "name": "Yet Another #Seppo! 🌻",
15   "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>",
16   "publicKey": {
17     "id": "https://example.com/activitypub/%23main-key",
18     "owner": "https://example.com/activitypub/",
19     "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"
20   },
21   "attachment": [
22     {
23       "name": "Support",
24       "value": "<a href=\"https://seppo.social/support\">Seppo.Social/support</a>",
25       "type": "PropertyValue"
26     },
27     {
28       "name": "Generator",
29       "value": "<a href=\"https://seppo.social\">Seppo.Social</a>",
30       "type": "PropertyValue"
31     },
32     {
33       "name": "Funding",
34       "value": "<a href=\"https://nlnet.nl/project/Seppo/\">nlnet.nl/project/Seppo/</a>",
35       "type": "PropertyValue"
36     }
37   ],
38   "icon": {
39     "type": "Image",
40     "mediaType": "image/jpeg",
41     "url": "https://example.com/me-avatar.jpg"
42   },
43   "image": {
44     "type": "Image",
45     "mediaType": "image/jpeg",
46     "url": "https://example.com/me-banner.jpg"
47   }