{
  "employees": [
    {
      "id": "Employee1",
      "role_ids": ["Chef"]
    }
  ],
  "shifts": [
    {
      "id": "Monday-May-1st",
      "start_date_time": {
        "year": 2023,
        "month": 5,
        "day": 1,
        "hours": 8
      },
      "end_date_time": {
        "year": 2023,
        "month": 5,
        "day": 1,
        "hours": 12
      }
    }
  ],
  "coverage_requirements": [
    {
      "start_date_time": {
        "year": 2023,
        "month": 5,
        "day": 1,
        "hours": 8
      },
      "end_date_time": {
        "year": 2023,
        "month": 5,
        "day": 1,
        "hours": 12
      },
      "role_requirements": [
        {
          "role_id": "Chef",
          "target_employee_count": 1
        }
      ]
    }
  ],
  "role_ids": ["Chef"],
  "solve_parameters": {
    "time_limit": {
      "seconds": 10
    }
  }
}
