From f76b354a64d2ea5fada78b528f32aaf1c4f51a0f Mon Sep 17 00:00:00 2001 From: Daniel Salinas Date: Sat, 20 Jan 2024 16:13:35 -0500 Subject: [PATCH] Update schemas --- schema/refs/condition.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schema/refs/condition.schema.json b/schema/refs/condition.schema.json index d2e1b01ee..3b971836a 100644 --- a/schema/refs/condition.schema.json +++ b/schema/refs/condition.schema.json @@ -66,6 +66,9 @@ }, { "$ref": "#/definitions/campaignLogCardsCondition" + }, + { + "$ref": "#/definitions/multiCondition" } ] },