From 3a7b3f4922a0361a5ca9081fb34e0eec1f2aa0ec Mon Sep 17 00:00:00 2001 From: Matthew Bain <66839492+rocketstack-matt@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:17:46 +0100 Subject: [PATCH] Update control.json Remove erroneous $ sign --- calm/draft/2024-08/meta/control.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calm/draft/2024-08/meta/control.json b/calm/draft/2024-08/meta/control.json index 6e8643d3..80a468d0 100644 --- a/calm/draft/2024-08/meta/control.json +++ b/calm/draft/2024-08/meta/control.json @@ -33,7 +33,7 @@ "requirements": { "type": "array", "items": { - "type": "#/$defs/control-detail", + "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" } } @@ -46,4 +46,4 @@ } } } -} \ No newline at end of file +}