Microsoft Planner · JSON Structure

Microsoft Planner Planner Checklist Item Structure

Type: object Properties: 5
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Properties

@odata.type isChecked lastModifiedDateTime orderHint title

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlannerChecklistItem",
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    },
    "isChecked": {
      "type": "boolean"
    },
    "lastModifiedDateTime": {
      "type": "string"
    },
    "orderHint": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  }
}