{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PlannerChecklistItems", "title": "PlannerChecklistItems", "type": "object", "description": "A collection of checklist items on a task. Each key is a GUID identifying the checklist item, and the value is a plannerChecklistItem.", "additionalProperties": { "$ref": "#/components/schemas/PlannerChecklistItem" } }