From 1b3d934925e017f9d8e85b22bf02b19b9b194f93 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 16 Mar 2026 12:06:32 +0300 Subject: [PATCH] Add "import" to one of required fields for in JSON schema --- json-schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/json-schema.json b/json-schema.json index 779fc02..ecf8c95 100644 --- a/json-schema.json +++ b/json-schema.json @@ -23,6 +23,11 @@ "required": [ "tools" ] + }, + { + "required": [ + "import" + ] } ], "properties": {