structural-empty-outcome-label
outcome label must be a non-empty human-readable string
structural invalid
- Layer
- structural
- Expected result
- invalid
- Expected diagnostic
JPS-STRUCTURE-MINLENGTHat/outcomes/0/label- Specification
- §6.4
The expected result is conformance-corpus metadata, not a claim
about factual grounding, authority, safety, or operational fitness.
Exact fixture
{
"specVersion": "0.2.0-draft",
"id": "https://example.com/judgment-packs/empty-outcome-label",
"version": "0.1.0",
"title": "Empty outcome label",
"decision": {
"intent": "Exercise the outcome label minimum.",
"question": "Must an outcome label be non-empty?"
},
"outcomes": [
{
"id": "accept",
"label": ""
},
{
"id": "reject",
"label": "Reject"
}
],
"rules": [
{
"id": "literal-rule",
"description": "A structurally minimal rule.",
"when": {
"op": "literal",
"value": true
},
"outcome": "accept",
"onUnknown": "ignore"
}
]
}