From 44333dc4ddde14f24fe98f6a1e7bf54540607722 Mon Sep 17 00:00:00 2001 From: noriaki watanabe Date: Mon, 27 Jul 2026 07:10:24 +0900 Subject: [PATCH] lexicons/repo: allow null languages response Signed-off-by: noriaki watanabe --- lexicons/repo/languages.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lexicons/repo/languages.json b/lexicons/repo/languages.json index a71fbae5..771b89df 100644 --- a/lexicons/repo/languages.json +++ b/lexicons/repo/languages.json @@ -24,6 +24,7 @@ "schema": { "type": "object", "required": ["ref", "languages"], + "nullable": ["languages"], "properties": { "ref": { "type": "string", -- 2.51.2