Microsoft Planner · Schema

PlannerPlanCollection

A collection of plannerPlan resources

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

Properties

Name Type Description
@odata.context string
@odata.count integer
value array
View JSON Schema on GitHub

JSON Schema

microsoft-planner-planner-plan-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlannerPlanCollection",
  "type": "object",
  "description": "A collection of plannerPlan resources",
  "properties": {
    "@odata.context": {
      "type": "string"
    },
    "@odata.count": {
      "type": "integer"
    },
    "value": {
      "type": "array"
    }
  }
}