From 1ab79828d20a5ba1f41bddb545fd5521b89cc2b7 Mon Sep 17 00:00:00 2001 From: Hemant Mishra Date: Mon, 23 Mar 2026 17:52:46 +0530 Subject: [PATCH] Allow unevaluated properties to extend the configuration --- schema/unstable/extractor_config.schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schema/unstable/extractor_config.schema.json b/schema/unstable/extractor_config.schema.json index b0e8f0cf..e1b48c96 100644 --- a/schema/unstable/extractor_config.schema.json +++ b/schema/unstable/extractor_config.schema.json @@ -3,7 +3,6 @@ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "description": "Base extractor configuration object", - "unevaluatedProperties": false, "properties": { "state-store": { "$ref": "state_store_config.schema.json"