{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.plannerPlanContainer", "title": "plannerPlanContainer", "required": [ "@odata.type" ], "type": "object", "properties": { "containerId": { "type": "string", "description": "The identifier of the resource that contains the plan. Optional.", "nullable": true }, "type": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.plannerContainerType" }, { "type": "object", "nullable": true } ], "description": "The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional." }, "url": { "type": "string", "description": "The full canonical URL of the container. Optional.", "nullable": true }, "@odata.type": { "type": "string" } } }