Notification Resource

The main object that this notification is related. It contains the ID of the object along with its type and partial data. The content of this object varies between notification types.

Type: object

AttributeTypeDescription
idstringThe unique id of the resource (e.g. "5ed05ecf3356a7967b21f12b")
typestringType of the object, which is one of the API models (e.g. "ScreenVersion")
extraobjectPartial data of the resource, whose content changes depending on the type field

Example

{
  "id": "5dbad85a76ea51c1f35b6f69",
  "type": "Color",
  "extra": {
    "name": "baby poop green",
    "r": 143,
    "g": 152,
    "b": 5,
    "a": 1
  }
}