Microsoft Graph · Schema

documentSetVersionItem

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
itemId string The unique identifier for the item.
title string The title of the item.
versionId string The version ID of the item.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdocumentsetversionitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.documentSetVersionItem",
  "title": "documentSetVersionItem",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "itemId": {
      "type": "string",
      "description": "The unique identifier for the item.",
      "nullable": true
    },
    "title": {
      "type": "string",
      "description": "The title of the item.",
      "nullable": true
    },
    "versionId": {
      "type": "string",
      "description": "The version ID of the item.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}