Microsoft Planner · Schema

PlannerPlanDetails

Represents additional information about a plan, including category descriptions and sharing information.

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

Properties

Name Type Description
@odata.etag string The ETag of the resource
id string The unique identifier for the plan details
View JSON Schema on GitHub

JSON Schema

microsoft-planner-planner-plan-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlannerPlanDetails",
  "type": "object",
  "description": "Represents additional information about a plan, including category descriptions and sharing information.",
  "properties": {
    "@odata.etag": {
      "type": "string",
      "description": "The ETag of the resource"
    },
    "id": {
      "type": "string",
      "description": "The unique identifier for the plan details"
    }
  }
}