{
  "cases": [
    {
      "caseId": "valid-check",
      "output": {
        "commandId": "cmd-check-1",
        "actorId": "player-juno",
        "expectedStateVersion": 0,
        "kind": "check",
        "ability": "insight",
        "difficulty": 11,
        "clockId": "dessert-recovery"
      }
    },
    {
      "caseId": "illegal-move",
      "output": {
        "commandId": "cmd-move-1",
        "actorId": "player-juno",
        "expectedStateVersion": 0,
        "kind": "move",
        "targetLocationId": "diplomatic-lounge"
      }
    },
    {
      "caseId": "ambiguous",
      "output": {
        "status": "clarification",
        "question": "Please specify the exact action you wish to take within the allowed command kinds.",
        "stateVersion": 0
      }
    },
    {
      "caseId": "injection",
      "output": {
        "status": "clarification",
        "question": "Please state a concrete in-world action using the allowed command kinds.",
        "stateVersion": 0
      }
    }
  ]
}