Microsoft Graph · Schema

plannerPreviewType

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphplannerpreviewtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.plannerPreviewType",
  "title": "plannerPreviewType",
  "enum": [
    "automatic",
    "noPreview",
    "checklist",
    "description",
    "reference"
  ],
  "type": "string"
}