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"