From 6b234b76af583c796be4dd4d87eb1cb71f52e5aa Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Fri, 6 Dec 2024 12:53:17 -0500 Subject: [PATCH] fix integrity-ext --- ...-7cc33dd6-f6a1-489b-98ea-522d351d71b9.json | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/extension-definition-specifications/incident-ef7/impact/extension-definition--7cc33dd6-f6a1-489b-98ea-522d351d71b9.json b/extension-definition-specifications/incident-ef7/impact/extension-definition--7cc33dd6-f6a1-489b-98ea-522d351d71b9.json index 34a63351b63..812f6a121c6 100644 --- a/extension-definition-specifications/incident-ef7/impact/extension-definition--7cc33dd6-f6a1-489b-98ea-522d351d71b9.json +++ b/extension-definition-specifications/incident-ef7/impact/extension-definition--7cc33dd6-f6a1-489b-98ea-522d351d71b9.json @@ -124,7 +124,25 @@ } } }, - "confidentiality-ext": { + "confidentiality-ext": { + "anyOf": [ + { + "required": [ + "information_type", + "loss_type" + ] + }, + { + "required": [ + "loss_type" + ], + "properties": { + "loss_type": { + "const": "none" + } + } + } + ], "properties": { "information_type": { "type": "string", @@ -176,7 +194,7 @@ "alteration" ], "properties": { - "loss_type": { + "alteration": { "const": "none" } }