Microsoft Planner · Schema

PlannerExternalReferences

A collection of references on a task. Each key is a URL-encoded URL of the reference, and the value is a plannerExternalReference.

CollaborationMicrosoft 365ProductivityProject ManagementTask Management
View JSON Schema on GitHub

JSON Schema

microsoft-planner-plannerexternalreferences-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlannerExternalReferences",
  "title": "PlannerExternalReferences",
  "type": "object",
  "description": "A collection of references on a task. Each key is a URL-encoded URL of the reference, and the value is a plannerExternalReference.",
  "additionalProperties": {
    "$ref": "#/components/schemas/PlannerExternalReference"
  }
}