Microsoft Copilot · JSON Structure

Microsoft Copilot Ai Interaction Attachment Structure

Type: object Properties: 5
AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

AiInteractionAttachment is a JSON Structure definition published by Microsoft Copilot, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

attachmentId content contentType contentUrl name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AiInteractionAttachment",
  "type": "object",
  "properties": {
    "attachmentId": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "contentType": {
      "type": "string"
    },
    "contentUrl": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}