From c1763582bfa684e33b0e865d1a722be1af1bb81f Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Wed, 23 Oct 2024 03:45:49 -0700 Subject: [PATCH] fix: fix additionalProperties --- openapi.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openapi.json b/openapi.json index 969705e9..9eec65b3 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2.0.0", - "x-box-commit-hash": "31590ecc71" + "x-box-commit-hash": "e83bf201d8" }, "servers": [ { @@ -25676,7 +25676,10 @@ "context_info": { "description": "A free-form object that contains additional context\nabout the error. The possible fields are defined on\na per-endpoint basis. `message` is only one example.", "type": "object", - "additionalProperties": true, + "example": { + "message": "Something went wrong" + }, + "additionalProperties": {}, "nullable": true }, "help_url": {