TileNotification

A tile notification as defined by the TileNotification class

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
tag string
expirationTime string
template string
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-tilenotification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TileNotification",
  "title": "TileNotification",
  "type": "object",
  "description": "A tile notification as defined by the TileNotification class",
  "properties": {
    "tag": {
      "type": "string"
    },
    "expirationTime": {
      "type": "string",
      "format": "date-time"
    },
    "template": {
      "type": "string"
    }
  }
}