No description available.
View raw schema
{
"type": "array",
"items": {
"ref": "#deviceListItem",
"type": "ref"
}
}
No description available.
{
"type": "array",
"items": {
"ref": "#deviceListItem",
"type": "ref"
}
}
No description available.
{
"type": "object",
"required": [
"name",
"id",
"current"
],
"properties": {
"id": {
"type": "string",
"format": "tid"
},
"name": {
"type": "string",
"maxLength": 300,
"maxGraphemes": 30
},
"current": {
"type": "boolean",
"default": false
}
}
}
No description available.
{
"type": "object",
"required": [
"title",
"body"
],
"properties": {
"body": {
"type": "string",
"description": "Body text of the notification."
},
"icon": {
"type": "string",
"format": "uri",
"description": "The URI of the icon displayed in the notification."
},
"link": {
"type": "string",
"format": "uri",
"description": "Experimental — do not use. The URI to open when the notification is clicked."
},
"title": {
"type": "string",
"description": "Title text of the notification."
}
}
}