Microsoft Graph · Schema

copilotRoot

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
admin object
interactionHistory object
reports object
users array
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcopilotroot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.copilotRoot",
  "title": "copilotRoot",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "admin": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.copilotAdmin"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "x-ms-navigationProperty": true
    },
    "interactionHistory": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.aiInteractionHistory"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "x-ms-navigationProperty": true
    },
    "reports": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.copilotReportRoot"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "x-ms-navigationProperty": true
    },
    "users": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.aiUser"
      },
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}