Microsoft Planner · JSON Structure

Microsoft Planner Planner Task Structure

Type: object Properties: 19
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Properties

@odata.etag id title planId bucketId priority percentComplete startDateTime dueDateTime completedDateTime createdDateTime hasDescription conversationThreadId orderHint assigneePriority previewType activeChecklistItemCount checklistItemCount referenceCount

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlannerTask",
  "type": "object",
  "properties": {
    "@odata.etag": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "planId": {
      "type": "string"
    },
    "bucketId": {
      "type": "['string', 'null']"
    },
    "priority": {
      "type": "integer"
    },
    "percentComplete": {
      "type": "integer"
    },
    "startDateTime": {
      "type": "['string', 'null']"
    },
    "dueDateTime": {
      "type": "['string', 'null']"
    },
    "completedDateTime": {
      "type": "['string', 'null']"
    },
    "createdDateTime": {
      "type": "string"
    },
    "hasDescription": {
      "type": "boolean"
    },
    "conversationThreadId": {
      "type": "['string', 'null']"
    },
    "orderHint": {
      "type": "string"
    },
    "assigneePriority": {
      "type": "string"
    },
    "previewType": {
      "type": "string"
    },
    "activeChecklistItemCount": {
      "type": "integer"
    },
    "checklistItemCount": {
      "type": "integer"
    },
    "referenceCount": {
      "type": "integer"
    }
  }
}