{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PlannerPlan", "type": "object", "properties": { "@odata.etag": { "type": "string" }, "id": { "type": "string" }, "title": { "type": "string" }, "owner": { "type": "string" }, "createdDateTime": { "type": "string" } } }