From 4010bcf2a6a3e2f53eb8a7fc2c17bc8ae1d85f76 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Tue, 4 Jun 2024 13:49:00 +0300 Subject: [PATCH] schema: Explain issue invalidation in v4.3 --- kcidb_io/schema/v04_03.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",