mini.0.json 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. {
  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. "icon": {
  22. "type": "Image",
  23. "mediaType": "image/jpeg",
  24. "url": "https://example.com/me-avatar.jpg"
  25. },
  26. "image": {
  27. "type": "Image",
  28. "mediaType": "image/jpeg",
  29. "url": "https://example.com/me-banner.jpg"
  30. }
  31. }