{ "type": "object", "name": "GetAppointmentSlotsRequest", "properties": { "startTime": { "type": "string" }, "endTime": { "type": "string" }, "workTypeGroupId": { "type": "string" }, "workType": { "type": "string" }, "accountId": { "type": "string" }, "territoryIds": { "type": "string" }, "requiredResourceIds": { "type": "string" }, "schedulingPolicyId": { "type": "string" }, "allowConcurrentScheduling": { "type": "string" } }, "required": [ "startTime", "endTime", "workTypeGroupId", "workType", "accountId", "territoryIds", "requiredResourceIds", "schedulingPolicyId", "allowConcurrentScheduling" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }