221 Rejet provisoire

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

JSON

Inbox

Definition

Une spécialisation de Reject dans laquelle le rejet est considéré comme provisoire.
voir https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tentativereject

Scope Note

: Activity

Example

Exemple 26

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