{
  "specVersion": "0.2.0-draft",
  "id": "https://example.com/judgment-packs/empty-escalation-target-name",
  "version": "0.1.0",
  "title": "Empty escalation target name",
  "decision": {
    "intent": "Exercise the escalation target name minimum.",
    "question": "Must a configured escalation target have a name?"
  },
  "outcomes": [
    {
      "id": "accept",
      "label": "Accept"
    },
    {
      "id": "reject",
      "label": "Reject"
    }
  ],
  "rules": [
    {
      "id": "literal-rule",
      "description": "A structurally ordinary rule.",
      "when": {
        "op": "literal",
        "value": true
      },
      "outcome": "accept",
      "onUnknown": "ignore"
    }
  ],
  "escalation": {
    "triggers": [
      "unknown"
    ],
    "target": {
      "kind": "human-role",
      "name": ""
    }
  }
}
