Microsoft Copilot · JSON Structure

Microsoft Copilot Subscription Request Structure

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

SubscriptionRequest 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

changeType notificationUrl resource 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": "SubscriptionRequest",
  "type": "object",
  "properties": {
    "changeType": {
      "type": "string"
    },
    "notificationUrl": {
      "type": "string"
    },
    "resource": {
      "type": "string"
    },
    "expirationDateTime": {
      "type": "string"
    },
    "clientState": {
      "type": "string"
    }
  }
}