Microsoft Graph · Schema
plannerCategoryDescriptions
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| category1 | string | The label associated with Category 1 |
| 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 |
| category2 | string | The label associated with Category 2 |
| 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 |
| 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 |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.plannerCategoryDescriptions",
"title": "plannerCategoryDescriptions",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"category1": {
"type": "string",
"description": "The label associated with Category 1",
"nullable": true
},
"category10": {
"type": "string",
"description": "The label associated with Category 10",
"nullable": true
},
"category11": {
"type": "string",
"description": "The label associated with Category 11",
"nullable": true
},
"category12": {
"type": "string",
"description": "The label associated with Category 12",
"nullable": true
},
"category13": {
"type": "string",
"description": "The label associated with Category 13",
"nullable": true
},
"category14": {
"type": "string",
"description": "The label associated with Category 14",
"nullable": true
},
"category15": {
"type": "string",
"description": "The label associated with Category 15",
"nullable": true
},
"category16": {
"type": "string",
"description": "The label associated with Category 16",
"nullable": true
},
"category17": {
"type": "string",
"description": "The label associated with Category 17",
"nullable": true
},
"category18": {
"type": "string",
"description": "The label associated with Category 18",
"nullable": true
},
"category19": {
"type": "string",
"description": "The label associated with Category 19",
"nullable": true
},
"category2": {
"type": "string",
"description": "The label associated with Category 2",
"nullable": true
},
"category20": {
"type": "string",
"description": "The label associated with Category 20",
"nullable": true
},
"category21": {
"type": "string",
"description": "The label associated with Category 21",
"nullable": true
},
"category22": {
"type": "string",
"description": "The label associated with Category 22",
"nullable": true
},
"category23": {
"type": "string",
"description": "The label associated with Category 23",
"nullable": true
},
"category24": {
"type": "string",
"description": "The label associated with Category 24",
"nullable": true
},
"category25": {
"type": "string",
"description": "The label associated with Category 25",
"nullable": true
},
"category3": {
"type": "string",
"description": "The label associated with Category 3",
"nullable": true
},
"category4": {
"type": "string",
"description": "The label associated with Category 4",
"nullable": true
},
"category5": {
"type": "string",
"description": "The label associated with Category 5",
"nullable": true
},
"category6": {
"type": "string",
"description": "The label associated with Category 6",
"nullable": true
},
"category7": {
"type": "string",
"description": "The label associated with Category 7",
"nullable": true
},
"category8": {
"type": "string",
"description": "The label associated with Category 8",
"nullable": true
},
"category9": {
"type": "string",
"description": "The label associated with Category 9",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}