{
  "type": "object",
  "properties": {
    "removed": {
      "type": "array",
      "description": "병합으로 제거할 아웃룩. 없으면 빈 배열",
      "items": {
        "type": "object",
        "properties": {
          "outlook_id": {"type": "string", "description": "제거할 아웃룩 ID"},
          "merge_into": {"type": "string", "description": "이 ID로 병합 (배정을 이 ID로 교체)"}
        },
        "required": ["outlook_id", "merge_into"],
        "additionalProperties": false
      }
    }
  },
  "required": ["removed"],
  "additionalProperties": false
}