Research preview · 0.1.0-draft

No compatibility guarantee. Not for consequential production decisions.

Informative test case View tagged source

← All conformance cases

structural-unknown-decision-member

closed nested Core object

structural invalid

Layer
structural
Expected result
invalid
Expected diagnostic
JPS-STRUCTURE-UNKNOWN-MEMBER at /decision/priority
Specification
§4
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/unknown-decision-member",
  "version": "0.1.0",
  "title": "Unknown decision member",
  "decision": {
    "intent": "Exercise a closed nested Core object.",
    "question": "Is an unknown decision member rejected?",
    "priority": "high"
  },
  "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"
    }
  ]
}