A working time configuration defining work hours and schedule.
Type: objectProperties: 4
AbsencesEmployeesLeave ManagementHR
Timespan is a JSON Structure definition published by Absence.io, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/absence-io/refs/heads/main/json-structure/timespan-structure.json",
"name": "Timespan",
"description": "A working time configuration defining work hours and schedule.",
"type": "object",
"properties": {
"_id": {
"type": "string",
"description": "Unique identifier of the timespan.",
"example": "500567"
},
"name": {
"type": "string",
"description": "Name of the working time configuration.",
"example": "Standard Work Week"
},
"hoursPerDay": {
"type": "double",
"description": "Number of working hours per day.",
"example": 8
},
"daysPerWeek": {
"type": "int32",
"description": "Number of working days per week.",
"example": 5
}
}
}
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.