Microsoft Planner · JSON Structure

Microsoft Planner Planner External Reference Structure

Type: object Properties: 5
CollaborationMicrosoft 365ProductivityProject ManagementTask Management

PlannerExternalReference 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.type alias lastModifiedDateTime previewPriority type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlannerExternalReference",
  "type": "object",
  "properties": {
    "@odata.type": {
      "type": "string"
    },
    "alias": {
      "type": "string"
    },
    "lastModifiedDateTime": {
      "type": "string"
    },
    "previewPriority": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}