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
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the resource (e.g. "5ed05ecf3356a7967b21f12b" ) |
type | string | Type of the object, which is one of the API models (e.g. "ScreenVersion" ) |
extra | object | Partial 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
}
}