Workday Tracking System · Schema
WorkerSchedulingPreferences
A worker's scheduling preferences
Absence ManagementAttendanceEnterpriseHCMPayrollSchedulingTime TrackingTimesheetsWorkforce Management
Properties
| Name | Type | Description |
|---|---|---|
| workerId | string | Workday ID of the worker |
| preferredStartTime | string | Preferred shift start time |
| preferredEndTime | string | Preferred shift end time |
| preferredDaysOff | array | Preferred days off |
| maxHoursPerWeek | number | Maximum hours per week |
| minHoursPerWeek | number | Minimum hours per week |
| availability | object | Worker availability by day of week |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/workday-tracking-system/refs/heads/main/json-schema/scheduling-worker-scheduling-preferences-schema.json",
"title": "WorkerSchedulingPreferences",
"description": "A worker's scheduling preferences",
"type": "object",
"properties": {
"workerId": {
"type": "string",
"description": "Workday ID of the worker"
},
"preferredStartTime": {
"type": "string",
"format": "time",
"description": "Preferred shift start time",
"example": "08:00:00"
},
"preferredEndTime": {
"type": "string",
"format": "time",
"description": "Preferred shift end time",
"example": "16:00:00"
},
"preferredDaysOff": {
"type": "array",
"description": "Preferred days off",
"items": {
"type": "string",
"enum": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
}
},
"maxHoursPerWeek": {
"type": "number",
"format": "float",
"description": "Maximum hours per week",
"example": 40.0
},
"minHoursPerWeek": {
"type": "number",
"format": "float",
"description": "Minimum hours per week",
"example": 32.0
},
"availability": {
"type": "object",
"description": "Worker availability by day of week",
"additionalProperties": {
"type": "object",
"properties": {
"available": { "type": "boolean" },
"startTime": { "type": "string", "format": "time" },
"endTime": { "type": "string", "format": "time" }
}
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/scheduling-worker-scheduling-preferences"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.