{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat",
"title": "microsoft.graph.plannerProgressTaskBoardTaskFormat",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "plannerProgressTaskBoardTaskFormat",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"orderHint": {
"type": "string",
"description": "Hint value used to order the task on the progress 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.plannerProgressTaskBoardTaskFormat"
}