From facdee64cb369e8e7b61ffea7d218466ac6f899a Mon Sep 17 00:00:00 2001 From: Richard Marshall <113628824+ASL-rmarshall@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:19:48 +0000 Subject: [PATCH] Add JSON Schema Check to Rule_Type.json --- resources/schema/Rule_Type.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/schema/Rule_Type.json b/resources/schema/Rule_Type.json index ca1270b90..332345be2 100644 --- a/resources/schema/Rule_Type.json +++ b/resources/schema/Rule_Type.json @@ -34,6 +34,10 @@ "const": "Domain Presence Check", "title": "Content domain presence at study level" }, + { + "const": "JSON Schema Check", + "title": "Apply JSON schema validation to a JSON file" + }, { "const": "JSONata", "title": "Apply a JSONata query to a JSON file"