diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 2dd6665b..44610492 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -1091,6 +1091,11 @@ } } } + }, + "filteredItems": { + "title": "Filtered Items - temp", + "type": "array", + "description": "This attribute will be deprecated in the next release - do not use!" } } }