Microsoft Graph · Schema

specialFolder

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
name string The unique identifier for this item in the /drive/special collection
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphspecialfolder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.specialFolder",
  "title": "specialFolder",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The unique identifier for this item in the /drive/special collection",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}