220 Tentative Accept

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

JSON

Inbox

Definition

A specialization of Accept indicating that the acceptance is tentative.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-tentativeaccept

Scope Note

: Activity

Example

Example 11

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