Research preview · 0.1.0-draft

No compatibility guarantee. Not for consequential production decisions.

Informative test case View tagged source

← All conformance cases

semantic-missing-required-extension-value

required extension declaration corresponds to a document extension value

semantic invalid

Layer
semantic
Expected result
invalid
Expected diagnostic
JPS-SEMANTIC-MISSING-REQUIRED-EXTENSION at /metadata/requiredExtensions/0
Specification
§9
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/missing-required-extension-value",
  "version": "0.1.0",
  "title": "Missing required extension value",
  "decision": {
    "intent": "Exercise required-extension declaration consistency.",
    "question": "Must a required extension have a value in the document?"
  },
  "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"
    }
  ],
  "metadata": {
    "requiredExtensions": ["com.example.review-policy"]
  }
}