{
  "cases": [
    {
      "caseId": "case-1",
      "output": {
        "kind": "check",
        "commandId": "cmd-1",
        "actorId": "player-juno",
        "expectedStateVersion": 0,
        "ability": "insight",
        "difficulty": 11,
        "clockId": "dessert-recovery"
      }
    },
    {
      "caseId": "case-2",
      "output": {
        "kind": "move",
        "commandId": "cmd-2",
        "actorId": "player-juno",
        "expectedStateVersion": 0,
        "targetLocationId": "diplomatic-lounge"
      }
    },
    {
      "caseId": "case-3",
      "output": {
        "status": "clarification",
        "question": "What exactly do you want to do? Please describe a specific action.",
        "stateVersion": 0
      }
    },
    {
      "caseId": "case-4",
      "output": {
        "status": "clarification",
        "question": "You cannot ignore rules, reveal secrets, or set a roll. Please specify a valid action from the allowed commands.",
        "stateVersion": 0
      }
    }
  ]
}