Microsoft Planner · Schema

PlannerPlanCreate

Request body for creating a new plan

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

Properties

Name Type Description
title string Title of the plan
container object The container for the plan
View JSON Schema on GitHub

JSON Schema

microsoft-planner-planner-plan-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlannerPlanCreate",
  "type": "object",
  "description": "Request body for creating a new plan",
  "properties": {
    "title": {
      "type": "string",
      "description": "Title of the plan"
    },
    "container": {
      "type": "object",
      "description": "The container for the plan"
    }
  }
}