Microsoft Copilot · JSON Structure

Microsoft Copilot Subscription Structure

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

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

Properties

id resource changeType notificationUrl expirationDateTime clientState

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Subscription",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "resource": {
      "type": "string"
    },
    "changeType": {
      "type": "string"
    },
    "notificationUrl": {
      "type": "string"
    },
    "expirationDateTime": {
      "type": "string"
    },
    "clientState": {
      "type": "string"
    }
  }
}