structural-invalid-fact-path
fact path syntax
structural invalid
- Layer
- structural
- Expected result
- invalid
- Expected diagnostic
JPS-STRUCTURE-FACT-PATHat/rules/0/when/path- Specification
- §7.4
The expected result is conformance-corpus metadata, not a claim
about factual grounding, authority, safety, or operational fitness.
Exact fixture
{
"specVersion": "0.1.0-draft",
"id": "https://example.com/judgment-packs/invalid-fact-path",
"version": "0.1.0",
"title": "Invalid fact path",
"decision": {
"intent": "Exercise fact-path syntax.",
"question": "Is a non-pointer path rejected?"
},
"outcomes": [
{ "id": "accept", "label": "Accept" },
{ "id": "reject", "label": "Reject" }
],
"rules": [
{
"id": "fact-rule",
"description": "Uses a path without its leading slash.",
"when": {
"op": "fact",
"path": "request/enabled",
"operator": "equals",
"value": true
},
"outcome": "accept",
"onUnknown": "ignore"
}
]
}