Microsoft Graph · Schema

album

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
coverImageItemId string Unique identifier of the driveItem that is the cover of the album.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphalbum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.album",
  "title": "album",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "coverImageItemId": {
      "type": "string",
      "description": "Unique identifier of the driveItem that is the cover of the album.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}