12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "@context": [
- "https://www.w3.org/ns/activitystreams",
- "https://w3id.org/security/v1",
- {
- "schema": "http://schema.org#",
- "PropertyValue": "schema:PropertyValue",
- "value": "schema:value",
- "@language": "en"
- }
- ],
- "type": "Person",
- "id": "https://dev.seppo.social/2023-08-28/activitypub/profile.jlda",
- "inbox": "https://dev.seppo.social/2023-08-28/seppo.cgi/activitypub/inbox/index.jsa",
- "outbox": "https://dev.seppo.social/2023-08-28/activitypub/outbox/index.jsa",
- "followers": "https://dev.seppo.social/2023-08-28/activitypub/followers/index.jsa",
- "following": "https://dev.seppo.social/2023-08-28/activitypub/following/index.jsa",
- "name": "Yet Another #Seppo! 🌻",
- "url": "https://dev.seppo.social/2023-08-28/",
- "preferredUsername": "2023-08-28",
- "summary": "My introduction that has some text\u000D\nand may span mul-\u000D\ntip-\u000D\nle lines. And don't forget to put in some 🐫 🦥 🌻\u000D\n\u000D\nAlso mentioning an url is an idea: https://Seppo.Social",
- "publicKey": {
- "id": "https://dev.seppo.social/2023-08-28/activitypub/profile.jlda#main-key",
- "owner": "https://dev.seppo.social/2023-08-28/activitypub/profile.jlda",
- "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuO5AudRlMujjT1tDZbFJ\nbPZJetnK1Eaz+LLKZnM2jo9vNwCmnocxILACowpfcNBxx0NM4OBiwaZb/UMsOohu\nqggrhkGZ9BKWB/Rb3WeR1Hc2g3DnkrFPc6YLdFtdmoKKWoL2d9x03u986091Hem9\nUR/OVdRxyJWYdJEqHsydJmGSz0l6saMcL86oEkrwde8vagJD39bZu33yIDSI36co\ncnafm4VJOaSCgNFmo2TqTd26o/Vf6kvJzADc8Nwam0gUrVhdShkPXn/hHBsjTSUZ\nPH6qE4rJc2j8p09wYbDjCR+6zPEWhF03DBR9tKg3wOu0RXj5y8IB+9e75SCD0jci\n4QIDAQAB\n-----END PUBLIC KEY-----\n",
- "signatureAlgorithm": "https://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
- },
- "manuallyApprovesFollowers": false,
- "discoverable": true,
- "attachment": [
- {
- "type": "PropertyValue",
- "name": "Support",
- "value": "https://Seppo.Social/support"
- },
- {
- "type": "PropertyValue",
- "name": "Generator",
- "value": "https://Seppo.Social"
- },
- {
- "type": "PropertyValue",
- "name": "Funding",
- "value": "https://nlnet.nl/project/Seppo/"
- }
- ],
- "icon": {
- "type": "Image",
- "url": "https://dev.seppo.social/2023-08-28/me-avatar.jpg"
- },
- "image": {
- "type": "Image",
- "url": "https://dev.seppo.social/2023-08-28/me-banner.jpg"
- }
- }
|