Microsoft Copilot · Schema

ItemBody

The body of a message.

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

Properties

Name Type Description
contentType string The type of the content.
content string The content of the body.
View JSON Schema on GitHub

JSON Schema

microsoft-copilot-item-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ItemBody",
  "type": "object",
  "description": "The body of a message.",
  "properties": {
    "contentType": {
      "type": "string",
      "description": "The type of the content."
    },
    "content": {
      "type": "string",
      "description": "The content of the body."
    }
  }
}