win.tomo-x.pushat.defs

tomo-x.win

Documentation

deviceList array

No description available.

View raw schema
{
  "type": "array",
  "items": {
    "ref": "#deviceListItem",
    "type": "ref"
  }
}
deviceListItem object

No description available.

Properties

current boolean Required

No description available.

id string tid Required

A timestamp-based identifier (TID).

name string Required

No description available.

maxLength: 300 bytesmaxGraphemes: 30 graphemes
View raw schema
{
  "type": "object",
  "required": [
    "name",
    "id",
    "current"
  ],
  "properties": {
    "id": {
      "type": "string",
      "format": "tid"
    },
    "name": {
      "type": "string",
      "maxLength": 300,
      "maxGraphemes": 30
    },
    "current": {
      "type": "boolean",
      "default": false
    }
  }
}
notifyBody object

No description available.

Properties

body string Required

Body text of the notification.

icon string uri Optional

The URI of the icon displayed in the notification.

title string Required

Title text of the notification.

View raw schema
{
  "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."
    }
  }
}

Lexicon Garden

@