Microsoft Planner · JSON Structure

Microsoft Planner Planner Category Descriptions Structure

Type: object Properties: 25
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

PlannerCategoryDescriptions is a JSON Structure definition published by Microsoft Planner, describing 25 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

category1 category2 category3 category4 category5 category6 category7 category8 category9 category10 category11 category12 category13 category14 category15 category16 category17 category18 category19 category20 category21 category22 category23 category24 category25

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlannerCategoryDescriptions",
  "type": "object",
  "properties": {
    "category1": {
      "type": "string"
    },
    "category2": {
      "type": "string"
    },
    "category3": {
      "type": "string"
    },
    "category4": {
      "type": "string"
    },
    "category5": {
      "type": "string"
    },
    "category6": {
      "type": "string"
    },
    "category7": {
      "type": "string"
    },
    "category8": {
      "type": "string"
    },
    "category9": {
      "type": "string"
    },
    "category10": {
      "type": "string"
    },
    "category11": {
      "type": "string"
    },
    "category12": {
      "type": "string"
    },
    "category13": {
      "type": "string"
    },
    "category14": {
      "type": "string"
    },
    "category15": {
      "type": "string"
    },
    "category16": {
      "type": "string"
    },
    "category17": {
      "type": "string"
    },
    "category18": {
      "type": "string"
    },
    "category19": {
      "type": "string"
    },
    "category20": {
      "type": "string"
    },
    "category21": {
      "type": "string"
    },
    "category22": {
      "type": "string"
    },
    "category23": {
      "type": "string"
    },
    "category24": {
      "type": "string"
    },
    "category25": {
      "type": "string"
    }
  }
}