{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/workday-tracking-system/refs/heads/main/json-structure/scheduling-worker-scheduling-preferences-input-structure.json", "name": "WorkerSchedulingPreferencesInput", "description": "Input for updating scheduling preferences", "type": "object", "properties": { "preferredStartTime": { "type": "time" }, "preferredEndTime": { "type": "time" }, "preferredDaysOff": { "type": "array", "items": { "type": "string" } }, "maxHoursPerWeek": { "type": "float" }, "minHoursPerWeek": { "type": "float" } } }