diff --git a/pkg/github/repositories.go b/pkg/github/repositories.go index 9376ddad4..91df7fc73 100644 --- a/pkg/github/repositories.go +++ b/pkg/github/repositories.go @@ -1233,7 +1233,8 @@ func PushFiles(t translations.TranslationHelperFunc) inventory.ServerTool { Type: "array", Description: "Array of file objects to push, each object with path (string) and content (string)", Items: &jsonschema.Schema{ - Type: "object", + Type: "object", + AdditionalProperties: jsonschema.BoolPtr(false), Properties: map[string]*jsonschema.Schema{ "path": { Type: "string",