125 attachment

https://w3id.org/class/redaktor/attachment

JSON

Inbox

Definition

Identifies a resource attached or related to an object that potentially requires special handling. The intent is to provide a model that is at least semantically similar to attachments in email.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment

Scope Note

: Property

Example

Example 66

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Note",
  "name": "Have you seen my cat?",
  "attachment": [
    {
      "type": "Image",
      "content": "This is what he looks like.",
      "url": "http://example.org/cat.jpeg"
    }
  ]
}