200 Create

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

JSON

Inbox

Definition

Indicates that the actor has created the object.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-create

Scope Note

: Activity

Example

Example 15

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally created a note",
  "type": "Create",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": {
    "type": "Note",
    "name": "A Simple Note",
    "content": "This is a simple note"
  }
}