From d561cf6467f952c6d63f8d820db6ce8c5589bba1 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 23 Jan 2026 16:30:15 -0800 Subject: [PATCH] fix schema validation test --- config/arch_config_schema.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/arch_config_schema.yaml b/config/arch_config_schema.yaml index 987c5ebd..a147c1ea 100644 --- a/config/arch_config_schema.yaml +++ b/config/arch_config_schema.yaml @@ -83,6 +83,10 @@ properties: type: string default: type: boolean + filter_chain: + type: array + items: + type: string additionalProperties: false required: - id