From 5e2634f062b04051a2890bfad13b04c83ef8afb3 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 10 Jun 2025 11:38:35 -0300 Subject: [PATCH] fix: update key casing for VARIABLES to variables in filter configuration --- samples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples.json b/samples.json index 18c7177..249d968 100644 --- a/samples.json +++ b/samples.json @@ -89,7 +89,7 @@ "filter_name": "SPECIFIC_VARIABLES_NULL_VALUES", "policy": "CONTINUE", "config": { - "VARIABLES": [ + "variables": [ "Counter" ] }