Microsoft Planner · JSON Structure

Microsoft Planner Planner Task Details Structure

Type: object Properties: 4
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Properties

@odata.etag id 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": "PlannerTaskDetails",
  "type": "object",
  "properties": {
    "@odata.etag": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "previewType": {
      "type": "string"
    }
  }
}