Microsoft Planner · Schema

PlannerAssignments

The set of user assignments for a task. Each key is the user ID of the assignee, and the value is a plannerAssignment object.

CollaborationMicrosoft 365ProductivityProject ManagementTask Management
View JSON Schema on GitHub

JSON Schema

microsoft-planner-planner-assignments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlannerAssignments",
  "type": "object",
  "description": "The set of user assignments for a task. Each key is the user ID of the assignee, and the value is a plannerAssignment object."
}