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