Research preview · 0.1.0-draft

No compatibility guarantee. Not for consequential production decisions.

Informative test case View tagged source

← All conformance cases

semantic-dangling-nested-evidence-present

reference validation recursively traverses nested condition nodes

semantic invalid

Layer
semantic
Expected result
invalid
Expected diagnostic
JPS-SEMANTIC-UNRESOLVED-EVIDENCE at /rules/0/when/condition/conditions/0/conditions/0/evidenceRequirement
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/dangling-nested-evidence-present",
  "version": "0.1.0",
  "title": "Dangling nested evidence-present reference",
  "decision": {
    "intent": "Exercise recursive condition-reference traversal.",
    "question": "Is a deeply nested undeclared evidence reference rejected?"
  },
  "outcomes": [
    { "id": "accept", "label": "Accept" },
    { "id": "reject", "label": "Reject" }
  ],
  "rules": [
    {
      "id": "nested-rule",
      "description": "Nests evidence-present below not, all, and any nodes.",
      "when": {
        "op": "not",
        "condition": {
          "op": "all",
          "conditions": [
            {
              "op": "any",
              "conditions": [
                {
                  "op": "evidence-present",
                  "evidenceRequirement": "missing-evidence"
                }
              ]
            }
          ]
        }
      },
      "outcome": "accept",
      "onUnknown": "ignore"
    }
  ]
}