Microsoft Graph · Schema

processContentResponses

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
requestId string The unique identifier that matches the requestId provided in the corresponding processContentBatchRequest.
results object
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphprocesscontentresponses-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.processContentResponses",
  "title": "processContentResponses",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "The unique identifier that matches the requestId provided in the corresponding processContentBatchRequest.",
      "nullable": true
    },
    "results": {
      "$ref": "#/components/schemas/microsoft.graph.processContentResponse"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}