{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.plannerPlanDetails", "title": "microsoft.graph.plannerPlanDetails", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "plannerPlanDetails", "required": [ "@odata.type" ], "type": "object", "properties": { "categoryDescriptions": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.plannerCategoryDescriptions" }, { "type": "object", "nullable": true } ], "description": "An object that specifies the descriptions of the 25 categories that can be associated with tasks in the plan." }, "sharedWith": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.plannerUserIds" }, { "type": "object", "nullable": true } ], "description": "Set of user IDs that this plan is shared with. If you're using Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it isn't required for them to access the plan owned by the group." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.plannerPlanDetails" }