115 bcc

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

JSON

Inbox

Definition

Identifies one or more Objects that are part of the private secondary audience of this Object.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-bcc

Scope Note

: Property

Example

Example 70

{
  "@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",
  "bcc": [ "http://joe.example.org" ]
}