Microsoft Planner · JSON Structure

Microsoft Planner Planner Task Details Update Structure

Type: object Properties: 2
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

PlannerTaskDetailsUpdate is a JSON Structure definition published by Microsoft Planner, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

description previewType

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlannerTaskDetailsUpdate",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "previewType": {
      "type": "string"
    }
  }
}