Microsoft Planner · JSON Structure

Microsoft Planner Planner Plan Collection Structure

Type: object Properties: 3
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Properties

@odata.context @odata.count value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlannerPlanCollection",
  "type": "object",
  "properties": {
    "@odata.context": {
      "type": "string"
    },
    "@odata.count": {
      "type": "integer"
    },
    "value": {
      "type": "array"
    }
  }
}