{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat", "title": "microsoft.graph.plannerBucketTaskBoardTaskFormat", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "plannerBucketTaskBoardTaskFormat", "required": [ "@odata.type" ], "type": "object", "properties": { "orderHint": { "type": "string", "description": "Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.plannerBucketTaskBoardTaskFormat" }