From 75752a862d716db16772a366fd53beee97891746 Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Sun, 5 Apr 2026 18:09:54 +0530 Subject: [PATCH] fix(plugins): add required bedrock mantle config schema --- extensions/amazon-bedrock-mantle/openclaw.plugin.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/amazon-bedrock-mantle/openclaw.plugin.json b/extensions/amazon-bedrock-mantle/openclaw.plugin.json index 2d0ec66aeb6..7ed7d08f563 100644 --- a/extensions/amazon-bedrock-mantle/openclaw.plugin.json +++ b/extensions/amazon-bedrock-mantle/openclaw.plugin.json @@ -1,5 +1,10 @@ { "id": "amazon-bedrock-mantle", "enabledByDefault": true, + "configSchema": { + "type": "object", + "additionalProperties": false, + "properties": {} + }, "providers": ["amazon-bedrock-mantle"] }