Microsoft Windows 10 · Schema
ToastContent
The visual and interactive content of a toast notification
DesktopOperating SystemUWPWin32Windows
Properties
| Name | Type | Description |
|---|---|---|
| visual | object | |
| actions | object | |
| audio | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ToastContent",
"title": "ToastContent",
"type": "object",
"description": "The visual and interactive content of a toast notification",
"properties": {
"visual": {
"type": "object",
"properties": {
"binding": {
"type": "object",
"properties": {
"template": {
"type": "string",
"description": "Template type (e.g., ToastGeneric)",
"example": "ToastGeneric"
},
"texts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"hintStyle": {
"type": "string"
}
}
},
"description": "Text elements in the notification"
},
"images": {
"type": "array",
"items": {
"type": "object",
"properties": {
"src": {
"type": "string",
"format": "uri"
},
"placement": {
"type": "string",
"enum": [
"inline",
"appLogoOverride",
"hero"
]
},
"hintCrop": {
"type": "string",
"enum": [
"none",
"circle"
]
}
}
},
"description": "Image elements in the notification"
},
"attributionText": {
"type": "string",
"description": "Attribution text shown at the bottom"
}
}
}
}
},
"actions": {
"type": "object",
"properties": {
"inputs": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"type": {
"type": "string",
"enum": [
"text",
"selection"
]
},
"placeHolderContent": {
"type": "string"
}
}
},
"description": "Interactive input fields"
},
"buttons": {
"type": "array",
"items": {
"type": "object",
"properties": {
"content": {
"type": "string"
},
"arguments": {
"type": "string"
},
"activationType": {
"type": "string",
"enum": [
"foreground",
"background",
"protocol",
"system"
]
}
}
},
"description": "Action buttons"
}
}
},
"audio": {
"type": "object",
"properties": {
"src": {
"type": "string",
"description": "Audio source URI"
},
"loop": {
"type": "boolean",
"description": "Whether the audio loops"
},
"silent": {
"type": "boolean",
"description": "Whether the notification is silent"
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-windows-10-toastcontent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.