From 084bba3bda9d855e5f238d2202d355f965aeca3d Mon Sep 17 00:00:00 2001 From: oniani1 Date: Wed, 15 Apr 2026 23:35:36 +0400 Subject: [PATCH] fix: use correct JSON Schema keyword in getSignedURLs response --- src/http/routes/object/getSignedURLs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/routes/object/getSignedURLs.ts b/src/http/routes/object/getSignedURLs.ts index b19495f44..510bb6dab 100644 --- a/src/http/routes/object/getSignedURLs.ts +++ b/src/http/routes/object/getSignedURLs.ts @@ -35,7 +35,7 @@ const successResponseSchema = { type: 'object', properties: { error: { - error: ['string', 'null'], + type: ['string', 'null'], examples: ['Either the object does not exist or you do not have access to it'], }, path: {