Microsoft Planner · Schema

PlannerChecklistItems

A collection of checklist items on a task. Each key is a GUID identifying the checklist item, and the value is a plannerChecklistItem.

CollaborationMicrosoft 365ProductivityProject ManagementTask Management
View JSON Schema on GitHub

JSON Schema

microsoft-planner-planner-checklist-items-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlannerChecklistItems",
  "type": "object",
  "description": "A collection of checklist items on a task. Each key is a GUID identifying the checklist item, and the value is a plannerChecklistItem."
}