138 in reply to

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

JSON

Inbox

Definition

Indicates one or more entities for which this object is considered a response.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-inreplyto

Scope Note

: Property

Example

Example 83

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "A simple note",
  "type": "Note",
  "content": "This is all there is.",
  "inReplyTo": {
    "summary": "Previous note",
    "type": "Note",
    "content": "What else is there?"
  }
}