Actor type of @stocker is specified as a Person

Issue #27 resolved
Acid Chicken (硫酸鶏) created an issue

FYI: https://www.w3.org/TR/activitystreams-core/#actors

Excepted

{
  "__above__": "omitted",
  "type": "Service",
  "__remarks__": "or \"Application\"?",
  "__below__": "omitted"
}

Actual

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "sensitive": "as:sensitive",
      "movedTo": "as:movedTo",
      "Hashtag": "as:Hashtag",
      "ostatus": "http://ostatus.org#",
      "atomUri": "ostatus:atomUri",
      "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
      "conversation": "ostatus:conversation",
      "toot": "http://joinmastodon.org/ns#",
      "Emoji": "toot:Emoji",
      "focalPoint": {
        "@container": "@list",
        "@id": "toot:focalPoint"
      },
      "featured": "toot:featured"
    }
  ],
  "id": "https://notestock.osa-p.net/users/stocker",
  "type": "Person",
  "icon": {
    "url": "https://notestock.osa-p.net/_image/favicon.png",
    "type": "Image",
    "mediaType": "image/png"
  },
  "following": "https://notestock.osa-p.net/users/stocker/following",
  "followers": "https://notestock.osa-p.net/users/stocker/followers",
  "inbox": "https://notestock.osa-p.net/users/stocker/inbox",
  "outbox": "https://notestock.osa-p.net/users/stocker/outbox",
  "preferredUsername": "stocker",
  "name": "notestock",
  "summary": "<p>収集用アカウントです。こちらに呼びかけられても反応はできません。管理人は以下のアカウントです。<br>It is an account for collection. Even if it is called here, we can not react. The administrator is the following account.<br><a href=\"https://mstdn.nere9.help/@osapon\" rel=\"nofollow noopener\" target=\"_blank\"><span class=\"invisible\">https://</span><span class=\"\">mstdn.nere9.help/@osapon</span><span class=\"invisible\"></span></a></p>",
  "url": "https://notestock.osa-p.net/@stocker",
  "manuallyApprovesFollowers": false,
  "publicKey": {
    "id": "https://notestock.osa-p.net/users/stocker#main-key",
    "owner": "https://notestock.osa-p.net/users/stocker",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPAnHhY5ZZnDnVQmy4/I1GyWPu\nIhqRUFwRrrArD7rwTfoL5ju7D5xGZU+r37oNJbpPa7G+lkvU914nbweVO0lshiVS\ndGn3IqiPdSWG05ee7SI4R3G8goZWXiGc24WlAZ/9o2VKpvdl/bDvsqGra0aCJMxW\njJfhkxXWBYVMHCxO3QIDAQAB\n-----END PUBLIC KEY-----"
  },
  "endpoints": {
    "sharedInbox": "https://notestock.osa-p.net/inbox"
  }
}

Comments (1)

  1. Log in to comment