{ "$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" } }