116 bto

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

JSON

Inbox

Definition

Identifies an Object that is part of the private primary audience of this Object.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bto

Scope Note

: Property

Example

Example 71

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally offered a post to John",
  "type": "Offer",
  "actor": "http://sally.example.org",
  "object": "http://example.org/posts/1",
  "target": "http://john.example.org",
  "bto": [ "http://joe.example.org" ]
}