{
"data": {
"attributes": {
"createdAt": "2024-01-15T10:30:00Z",
"createdBy": "00000000-0000-0000-0000-000000000003",
"createdByName": "Jane Doe",
"description": "Scheduled weekly maintenance window.",
"isEnabled": true,
"name": "Weekly maintenance",
"tags": [
"team:backend",
"env:prod"
],
"testIds": [
"abc-def-123",
"xyz-uvw-456"
],
"timeSlots": [
{
"duration": 3600,
"id": "00000000-0000-0000-0000-000000000002",
"name": "Weekly maintenance window",
"recurrence": {
"frequency": "WEEKLY",
"interval": 1,
"until": {
"day": 15,
"hour": 10,
"minute": 30,
"month": 1,
"year": 2024
},
"weekdayPositions": [
1
],
"weekdays": [
"MO",
"WE",
"FR"
]
},
"start": {
"day": 15,
"hour": 10,
"minute": 30,
"month": 1,
"year": 2024
},
"timezone": "Europe/Paris"
}
],
"updatedAt": "2024-01-15T10:30:00Z",
"updatedBy": "00000000-0000-0000-0000-000000000003",
"updatedByName": "Jane Doe"
},
"id": "00000000-0000-0000-0000-000000000001",
"type": "downtime"
}
}