semantic-duplicate-rule-id
rule identifiers are unique within their collection
semantic invalid
- Layer
- semantic
- Expected result
- invalid
- Expected diagnostic
JPS-SEMANTIC-DUPLICATE-IDat/rules/1/id- Specification
- §3.3
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/duplicate-rule-id",
"version": "0.1.0",
"title": "Duplicate rule identifier",
"decision": {
"intent": "Exercise semantic identifier uniqueness.",
"question": "Is the repeated rule identifier rejected?"
},
"outcomes": [
{ "id": "accept", "label": "Accept" },
{ "id": "reject", "label": "Reject" }
],
"rules": [
{
"id": "decision-rule",
"description": "The first rule with this identifier.",
"when": { "op": "literal", "value": true },
"outcome": "accept",
"onUnknown": "ignore"
},
{
"id": "decision-rule",
"description": "The second rule with this identifier.",
"when": { "op": "literal", "value": false },
"outcome": "reject",
"onUnknown": "ignore"
}
]
}