diff --git a/kcidb_io/schema/v04_03.py b/kcidb_io/schema/v04_03.py index a727df0..3475baf 100644 --- a/kcidb_io/schema/v04_03.py +++ b/kcidb_io/schema/v04_03.py @@ -745,7 +745,8 @@ class Version(PreviousVersion): "type": "object", "description": "Layers of the execution stack responsible " - "for the issue.", + "for the issue. If all are false, the issue is " + "considered invalid.", "properties": { "code": { "type": "boolean",