Microsoft Planner · JSON Structure

Microsoft Planner Planner Task Create Structure

Type: object Properties: 10
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Properties

planId title bucketId priority percentComplete startDateTime dueDateTime conversationThreadId orderHint assigneePriority

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlannerTaskCreate",
  "type": "object",
  "properties": {
    "planId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "bucketId": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    },
    "percentComplete": {
      "type": "integer"
    },
    "startDateTime": {
      "type": "string"
    },
    "dueDateTime": {
      "type": "string"
    },
    "conversationThreadId": {
      "type": "string"
    },
    "orderHint": {
      "type": "string"
    },
    "assigneePriority": {
      "type": "string"
    }
  }
}