Microsoft Planner · JSON Structure

Microsoft Planner Planner Bucket Update Structure

Type: object Properties: 2
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

PlannerBucketUpdate 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

name orderHint

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

JSON Structure

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