Microsoft Planner · JSON Structure

Microsoft Planner Planner Plan Create Structure

Type: object Properties: 2
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Properties

title container

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlannerPlanCreate",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "container": {
      "type": "object"
    }
  }
}