114 cc

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

JSON

Inbox

Definition

Identifica un objeto que forma parte del público secundario público de este objeto.
ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-cc

Scope Note

: Property

Example

Ejemplo 72

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