Microsoft Graph · Schema

endpoint

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
userAgent object User-agent reported by this endpoint.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsendpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.endpoint",
  "title": "endpoint",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "userAgent": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.callRecords.userAgent"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "User-agent reported by this endpoint."
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.callRecords.participantEndpoint": "#/components/schemas/microsoft.graph.callRecords.participantEndpoint",
      "#microsoft.graph.callRecords.serviceEndpoint": "#/components/schemas/microsoft.graph.callRecords.serviceEndpoint"
    }
  }
}