201 Aceptación
https://w3id.org/class/redaktor/Accept
Definition
Indica que el actor acepta el objeto. La propiedad target puede utilizarse en determinadas circunstancias para indicar el contexto en el que se ha aceptado el objeto.ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-accept
Scope Note
: ActivityExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally accepted an invitation to a party",
  "type": "Accept",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": {
    "type": "Invite",
    "actor": "http://john.example.org",
    "object": {
      "type": "Event",
      "name": "Going-Away Party for Jim"
    }
  }
}