Microsoft Planner · JSON Structure

Microsoft Planner Planner Bucket Structure

Type: object Properties: 5
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

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

Properties

@odata.etag id 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": "PlannerBucket",
  "type": "object",
  "properties": {
    "@odata.etag": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "planId": {
      "type": "string"
    },
    "orderHint": {
      "type": "string"
    }
  }
}