Microsoft Planner · JSON Structure

Microsoft Planner Planner Bucket Create Structure

Type: object Properties: 3
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

PlannerBucketCreate 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

name planId orderHint

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

JSON Structure

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