structural-invalid-local-id
local identifier grammar
structural invalid
- Layer
- structural
- Expected result
- invalid
- Expected diagnostic
JPS-STRUCTURE-LOCAL-IDat/outcomes/0/id- Specification
- §5
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-local-id",
"version": "0.1.0",
"title": "Invalid local identifier",
"decision": {
"intent": "Exercise local-identifier grammar.",
"question": "Is an uppercase identifier rejected?"
},
"outcomes": [
{ "id": "Accept", "label": "Accept" },
{ "id": "reject", "label": "Reject" }
],
"rules": [
{
"id": "literal-rule",
"description": "A structurally minimal rule.",
"when": { "op": "literal", "value": true },
"outcome": "reject",
"onUnknown": "ignore"
}
]
}