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": {