Microsoft Graph · Schema

microsoft.graph.callRecords.serviceUserAgent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsserviceuseragent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.serviceUserAgent",
  "title": "microsoft.graph.callRecords.serviceUserAgent",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.callRecords.userAgent"
    },
    {
      "title": "serviceUserAgent",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "role": {
          "$ref": "#/components/schemas/microsoft.graph.callRecords.serviceRole"
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.callRecords.serviceUserAgent"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.callRecords.serviceUserAgent"
}