Microsoft Graph · Schema

microsoft.graph.planner

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphplanner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.planner",
  "title": "microsoft.graph.planner",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "planner",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "buckets": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.plannerBucket"
          },
          "description": "Read-only. Nullable. Returns a collection of the specified buckets",
          "x-ms-navigationProperty": true
        },
        "plans": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.plannerPlan"
          },
          "description": "Read-only. Nullable. Returns a collection of the specified plans",
          "x-ms-navigationProperty": true
        },
        "tasks": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.plannerTask"
          },
          "description": "Read-only. Nullable. Returns a collection of the specified tasks",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.planner"
}