Microsoft Teams · Schema
ChatMessage
Represents a message in a channel or chat.
ChatCollaborationCommunicationsMicrosoft-365ProductivityVideo Conferencing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the message. |
| createdDateTime | string | When the message was created. |
| lastModifiedDateTime | string | When the message was last modified. |
| messageType | string | The type of message. |
| importance | string | Message importance. |
| subject | string | Subject of the message. |
| body | object | |
| from | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ChatMessage",
"title": "ChatMessage",
"type": "object",
"description": "Represents a message in a channel or chat.",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the message.",
"example": "msg-001"
},
"createdDateTime": {
"type": "string",
"format": "date-time",
"description": "When the message was created.",
"example": "2026-04-18T10:30:00Z"
},
"lastModifiedDateTime": {
"type": "string",
"format": "date-time",
"description": "When the message was last modified.",
"example": "2026-04-18T10:30:00Z"
},
"messageType": {
"type": "string",
"description": "The type of message.",
"enum": [
"message",
"chatEvent",
"typing",
"unknownFutureValue",
"systemEventMessage"
],
"example": "message"
},
"importance": {
"type": "string",
"enum": [
"normal",
"high",
"urgent"
],
"description": "Message importance.",
"example": "normal"
},
"subject": {
"type": "string",
"description": "Subject of the message.",
"example": "Project Update"
},
"body": {
"type": "object",
"properties": {
"contentType": {
"type": "string",
"enum": [
"text",
"html"
],
"example": "html"
},
"content": {
"type": "string",
"example": "<p>Here is the latest update on the project.</p>"
}
}
},
"from": {
"type": "object",
"properties": {
"user": {
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "user-123"
},
"displayName": {
"type": "string",
"example": "Jane Smith"
}
}
}
}
}
}
}
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-teams-chatmessage"
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.