From 20d80e356cf4dba584216370f90ce6c4fdfcebcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Sep 2023 15:02:37 +0000 Subject: [PATCH] Update Schema for main --- json-schema/haystack-pipeline-main.schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/json-schema/haystack-pipeline-main.schema.json b/json-schema/haystack-pipeline-main.schema.json index d606c68..a2975db 100644 --- a/json-schema/haystack-pipeline-main.schema.json +++ b/json-schema/haystack-pipeline-main.schema.json @@ -1355,6 +1355,17 @@ "default": 1, "type": "integer" }, + "namespace": { + "title": "Namespace", + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] + }, "embedding_field": { "title": "Embedding Field", "default": "embedding",