Research preview · 0.1.0-draft

No compatibility guarantee. Not for consequential production decisions.

Informative test case View tagged source

← All conformance cases

semantic-duplicate-outcome-id

outcome identifiers are unique within their collection

semantic invalid

Layer
semantic
Expected result
invalid
Expected diagnostic
JPS-SEMANTIC-DUPLICATE-ID at /outcomes/1/id
Specification
§3.3
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/duplicate-outcome-id",
  "version": "0.1.0",
  "title": "Duplicate outcome identifier",
  "decision": {
    "intent": "Exercise semantic identifier uniqueness.",
    "question": "Is the repeated outcome identifier rejected?"
  },
  "outcomes": [
    { "id": "decision", "label": "First decision" },
    { "id": "decision", "label": "Second decision" }
  ],
  "rules": [
    {
      "id": "literal-rule",
      "description": "A structurally minimal rule.",
      "when": { "op": "literal", "value": true },
      "outcome": "decision",
      "onUnknown": "ignore"
    }
  ]
}