Microsoft Planner · JSON Structure

Microsoft Planner Planner Assignment Structure

Type: object Properties: 3
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

PlannerAssignment 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

@odata.type assignedDateTime orderHint

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

JSON Structure

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