{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PlannerAssignment", "type": "object", "properties": { "@odata.type": { "type": "string" }, "assignedDateTime": { "type": "string" }, "orderHint": { "type": "string" } } }