From 109c1cfcbd2e0432bb060b38ce27a6d86ec3b5ce Mon Sep 17 00:00:00 2001 From: Jim Gough Date: Wed, 28 Aug 2024 12:53:17 +0100 Subject: [PATCH] Error in schema using type instead of --- calm/draft/2024-08/meta/control.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/calm/draft/2024-08/meta/control.json b/calm/draft/2024-08/meta/control.json index b6e366b5..1b3af4d3 100644 --- a/calm/draft/2024-08/meta/control.json +++ b/calm/draft/2024-08/meta/control.json @@ -33,8 +33,7 @@ "requirements": { "type": "array", "items": { - "type": "#/defs/control-detail", - "description": "The detail of a how a specified control is structured and (if it currently does) is configured to meet the requirement" + "$ref": "#/defs/control-detail" } } },