Microsoft Copilot · Schema

ODataError

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-copilot-o-data-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ODataError",
  "type": "object",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}