From 0517c200b0e4d8d74ccc2ac1fd1304ac562356e1 Mon Sep 17 00:00:00 2001 From: m00d Date: Wed, 1 Oct 2025 07:08:31 +0200 Subject: [PATCH] Allow null upstream in metadata schema --- ai/metadata/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/metadata/schema.json b/ai/metadata/schema.json index 3fae44b..8405871 100644 --- a/ai/metadata/schema.json +++ b/ai/metadata/schema.json @@ -24,7 +24,7 @@ "minLength": 1 }, "upstream": { - "type": "string" + "type": ["string", "null"] }, "version": { "type": "string",