{
    "settings": {
        "company": "IT Department",
        "sla_response_hours": 4,
        "sla_resolution_hours": 24
    },
    "team": {
        "Andreas Panagiotou": {
            "role": "IT Support Manager",
            "email": "andreas@itflowcy.com",
            "phone": "+357 97516393",
            "skills": "Windows Server, Windows Desktop, Linux, Active Directory, Networking, Firewall, Azure, VMware, Hyper-V, Security, Backup, VoIP",
            "certifications": "CCNA, Azure Administrator",
            "bio": ""
        }
    },
    "tickets": [],
    "oncall": [],
    "api_keys": [],
    "audit": [
        {
            "timestamp": "2026-04-28 23:13:48",
            "action": "team_added",
            "details": "Andreas Panagiotou"
        },
        {
            "timestamp": "2026-04-28 23:23:18",
            "action": "schedule_added",
            "details": "Andreas Panagiotou - Monday"
        },
        {
            "timestamp": "2026-04-28 23:23:27",
            "action": "schedule_added",
            "details": "Andreas Panagiotou - Tuesday"
        },
        {
            "timestamp": "2026-04-28 23:23:33",
            "action": "schedule_added",
            "details": "Andreas Panagiotou - Wednesday"
        },
        {
            "timestamp": "2026-04-28 23:23:43",
            "action": "schedule_added",
            "details": "Andreas Panagiotou - Thursday"
        },
        {
            "timestamp": "2026-04-28 23:23:48",
            "action": "schedule_added",
            "details": "Andreas Panagiotou - Friday"
        },
        {
            "timestamp": "2026-04-28 23:24:47",
            "action": "team_updated",
            "details": "Andreas Panagiotou"
        },
        {
            "timestamp": "2026-04-28 23:24:53",
            "action": "team_updated",
            "details": "Andreas Panagiotou"
        },
        {
            "timestamp": "2026-04-28 23:29:41",
            "action": "team_updated",
            "details": "Andreas Panagiotou"
        },
        {
            "timestamp": "2026-04-28 23:30:14",
            "action": "team_updated",
            "details": "Andreas Panagiotou"
        },
        {
            "timestamp": "2026-04-28 23:30:21",
            "action": "team_updated",
            "details": "Andreas Panagiotou"
        }
    ],
    "schedules": [
        {
            "id": 1,
            "member": "Andreas Panagiotou",
            "day": "Monday",
            "start_time": "08:00",
            "end_time": "17:00",
            "type": "Regular"
        },
        {
            "id": 2,
            "member": "Andreas Panagiotou",
            "day": "Tuesday",
            "start_time": "08:00",
            "end_time": "17:00",
            "type": "Regular"
        },
        {
            "id": 3,
            "member": "Andreas Panagiotou",
            "day": "Wednesday",
            "start_time": "08:00",
            "end_time": "17:00",
            "type": "Regular"
        },
        {
            "id": 4,
            "member": "Andreas Panagiotou",
            "day": "Thursday",
            "start_time": "08:00",
            "end_time": "17:00",
            "type": "Regular"
        },
        {
            "id": 5,
            "member": "Andreas Panagiotou",
            "day": "Friday",
            "start_time": "08:00",
            "end_time": "17:00",
            "type": "Regular"
        }
    ],
    "shifts": [
        {
            "id": 1,
            "member": "Andreas Panagiotou",
            "week": 1,
            "start_time": "20:00",
            "end_time": "23:00",
            "notes": "On-Call"
        }
    ]
}