Microsoft Planner · Schema
PlannerCategoryDescriptions
Describes the 25 categories that can be associated with tasks in a plan.
CollaborationMicrosoft 365ProductivityProject ManagementTask Management
Properties
| Name | Type | Description |
|---|---|---|
| category1 | string | The label associated with category 1 |
| category2 | string | The label associated with category 2 |
| category3 | string | The label associated with category 3 |
| category4 | string | The label associated with category 4 |
| category5 | string | The label associated with category 5 |
| category6 | string | The label associated with category 6 |
| category7 | string | The label associated with category 7 |
| category8 | string | The label associated with category 8 |
| category9 | string | The label associated with category 9 |
| category10 | string | The label associated with category 10 |
| category11 | string | The label associated with category 11 |
| category12 | string | The label associated with category 12 |
| category13 | string | The label associated with category 13 |
| category14 | string | The label associated with category 14 |
| category15 | string | The label associated with category 15 |
| category16 | string | The label associated with category 16 |
| category17 | string | The label associated with category 17 |
| category18 | string | The label associated with category 18 |
| category19 | string | The label associated with category 19 |
| category20 | string | The label associated with category 20 |
| category21 | string | The label associated with category 21 |
| category22 | string | The label associated with category 22 |
| category23 | string | The label associated with category 23 |
| category24 | string | The label associated with category 24 |
| category25 | string | The label associated with category 25 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "PlannerCategoryDescriptions",
"type": "object",
"description": "Describes the 25 categories that can be associated with tasks in a plan.",
"properties": {
"category1": {
"type": "string",
"description": "The label associated with category 1"
},
"category2": {
"type": "string",
"description": "The label associated with category 2"
},
"category3": {
"type": "string",
"description": "The label associated with category 3"
},
"category4": {
"type": "string",
"description": "The label associated with category 4"
},
"category5": {
"type": "string",
"description": "The label associated with category 5"
},
"category6": {
"type": "string",
"description": "The label associated with category 6"
},
"category7": {
"type": "string",
"description": "The label associated with category 7"
},
"category8": {
"type": "string",
"description": "The label associated with category 8"
},
"category9": {
"type": "string",
"description": "The label associated with category 9"
},
"category10": {
"type": "string",
"description": "The label associated with category 10"
},
"category11": {
"type": "string",
"description": "The label associated with category 11"
},
"category12": {
"type": "string",
"description": "The label associated with category 12"
},
"category13": {
"type": "string",
"description": "The label associated with category 13"
},
"category14": {
"type": "string",
"description": "The label associated with category 14"
},
"category15": {
"type": "string",
"description": "The label associated with category 15"
},
"category16": {
"type": "string",
"description": "The label associated with category 16"
},
"category17": {
"type": "string",
"description": "The label associated with category 17"
},
"category18": {
"type": "string",
"description": "The label associated with category 18"
},
"category19": {
"type": "string",
"description": "The label associated with category 19"
},
"category20": {
"type": "string",
"description": "The label associated with category 20"
},
"category21": {
"type": "string",
"description": "The label associated with category 21"
},
"category22": {
"type": "string",
"description": "The label associated with category 22"
},
"category23": {
"type": "string",
"description": "The label associated with category 23"
},
"category24": {
"type": "string",
"description": "The label associated with category 24"
},
"category25": {
"type": "string",
"description": "The label associated with category 25"
}
}
}