Microsoft Planner · Schema

PlannerAppliedCategories

The categories (labels) applied to a task. Up to 25 categories can be defined per plan. Category names (category1 through category25) are defined on the plan details.

CollaborationMicrosoft 365ProductivityProject ManagementTask Management
View JSON Schema on GitHub

JSON Schema

microsoft-planner-plannerappliedcategories-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlannerAppliedCategories",
  "title": "PlannerAppliedCategories",
  "type": "object",
  "description": "The categories (labels) applied to a task. Up to 25 categories can be defined per plan. Category names (category1 through category25) are defined on the plan details.",
  "additionalProperties": {
    "type": "boolean"
  }
}