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-plannerassignments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlannerAssignments",
  "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.",
  "additionalProperties": {
    "$ref": "#/components/schemas/PlannerAssignment"
  }
}