From 37a851a4a1c338bc1036bd857cf4a0e6b64ac165 Mon Sep 17 00:00:00 2001 From: 3m5/frohberg Date: Wed, 2 Apr 2025 10:03:01 +0200 Subject: [PATCH] BUGFIX: Change settings type for DimensionValues filter to object --- NodeMigration.Schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NodeMigration.Schema.json b/NodeMigration.Schema.json index 6b06f64..0e582d4 100644 --- a/NodeMigration.Schema.json +++ b/NodeMigration.Schema.json @@ -86,8 +86,8 @@ "additionalProperties": false, "properties": { "dimensionValues": { - "description": "The array of dimension values to filter for.", - "type": "array" + "description": "The object of dimension values to filter for.", + "type": "object" }, "filterForDefaultDimensionValues": { "description": "Overrides the given dimensionValues with dimension defaults.",