218 Rechazo

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

JSON

Inbox

Definition

Indica que el actor está rechazando el objeto. El objetivo y el origen no suelen tener un significado definido.
ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-reject

Scope Note

: Activity

Example

Ejemplo 25

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally rejected an invitation to a party",
  "type": "Reject",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": {
    "type": "Invite",
    "actor": "http://john.example.org",
    "object": {
      "type": "Event",
      "name": "Going-Away Party for Jim"
    }
  }
}