BadgeNotification

A badge notification as defined by the BadgeNotification class

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
type string
value string
expirationTime string
View JSON Schema on GitHub

JSON Schema

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