structural-empty-source-locator-value
source locator value must be a non-empty string
structural invalid
- Layer
- structural
- Expected result
- invalid
- Expected diagnostic
JPS-STRUCTURE-MINLENGTHat/sources/0/locator/value- Specification
- §6.3
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-source-locator-value",
"version": "0.1.0",
"title": "Empty source locator value",
"decision": {
"intent": "Exercise source locator value validation.",
"question": "Must a source locator value be non-empty?"
},
"sources": [
{
"id": "policy",
"title": "Example policy",
"publishedAt": "2026-02-28",
"locator": {
"kind": "uri",
"value": ""
}
}
],
"outcomes": [
{
"id": "accept",
"label": "Accept"
},
{
"id": "reject",
"label": "Reject"
}
],
"rules": [
{
"id": "literal-rule",
"description": "A structurally minimal rule.",
"when": {
"op": "literal",
"value": true
},
"outcome": "accept",
"onUnknown": "ignore"
}
]
}