Research preview · 0.1.0-draft

No compatibility guarantee. Not for consequential production decisions.

Informative test case View tagged source

← All conformance cases

valid-exception-force-outcome

force-outcome exception branch and resolved outcome

semantic valid

Layer
semantic
Expected result
valid
Specification
§6.6
The expected result is conformance-corpus metadata, not a claim about factual grounding, authority, safety, or operational fitness.

Download exact fixture

Exact fixture

{
  "specVersion": "0.1.0-draft",
  "id": "https://example.com/judgment-packs/exception-force-outcome",
  "version": "0.1.0",
  "title": "Force-outcome exception",
  "decision": {
    "intent": "Exercise the force-outcome exception branch.",
    "question": "Should the exception force rejection?"
  },
  "outcomes": [
    { "id": "accept", "label": "Accept" },
    { "id": "reject", "label": "Reject" }
  ],
  "rules": [
    {
      "id": "base-rule",
      "description": "A declared base rule.",
      "when": { "op": "literal", "value": true },
      "outcome": "accept",
      "onUnknown": "ignore"
    }
  ],
  "exceptions": [
    {
      "id": "forced-rejection",
      "description": "Forces a declared outcome.",
      "when": { "op": "literal", "value": true },
      "effect": "force-outcome",
      "outcome": "reject",
      "onUnknown": "ignore"
    }
  ]
}