diff --git a/schema/dspack.v0.4.schema.json b/schema/dspack.v0.4.schema.json index ce6c9fd..4f65bbc 100644 --- a/schema/dspack.v0.4.schema.json +++ b/schema/dspack.v0.4.schema.json @@ -87,7 +87,7 @@ }, "rules": { "type": "array", - "description": "Machine-checkable governance rules, evaluated deterministically over dspack surface documents. Each rule is a typed, structured predicate plus a human-readable rationale. Evaluation semantics per type are normative in the v0.3 specification.", + "description": "Machine-checkable governance rules, evaluated deterministically over dspack surface documents. Each rule is a typed, structured predicate plus a human-readable rationale. Evaluation semantics per type are normative in the v0.3 specification (the three original types) and the v0.4 specification (required-props, forbiddenCategories).", "items": { "$ref": "#/$defs/ruleEntry" }