Microsoft Teams · Schema

ChatMessageCollection

Collection of chat messages.

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Properties

Name Type Description
value array
View JSON Schema on GitHub

JSON Schema

microsoft-teams-chatmessagecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChatMessageCollection",
  "title": "ChatMessageCollection",
  "type": "object",
  "description": "Collection of chat messages.",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ChatMessage"
      }
    }
  }
}