From 1c7eae2e48c765d3523b3922f9e14fb87b955353 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 07:25:42 +0000 Subject: [PATCH] fix(openapi): sync with openapi definition --- openapi.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openapi.json b/openapi.json index c055ad17..77f79fee 100644 --- a/openapi.json +++ b/openapi.json @@ -3,7 +3,7 @@ "info": { "description": "Specification of the Socket API endpoints", "title": "API Endpoints", - "version": "0.0.1" + "version": "0.1.0" }, "servers": [ { @@ -6254,6 +6254,10 @@ "type": "object", "additionalProperties": { "type": "string", + "default": { + "type": "Buffer", + "data": [] + }, "format": "binary" }, "properties": {