From 6ad4fd8a01b71e17a5786f995cb4b5d6ed464025 Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Thu, 2 Oct 2025 04:05:07 -0700 Subject: [PATCH] fix: Mark fields in and with additionalProperties --- openapi.json | 6 ++++-- openapi/openapi-v2025.0.json | 2 +- openapi/openapi.json | 6 ++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/openapi.json b/openapi.json index c6373396..747b307b 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "a3b67ef217" + "x-box-commit-hash": "a9f74bd022" }, "servers": [ { @@ -25789,6 +25789,7 @@ "AiExtractResponse": { "description": "AI extract response.\nThe content of this response may vary depending on\nthe requested configuration.", "type": "object", + "additionalProperties": {}, "title": "AI extract response", "x-box-resource-id": "ai_extract_response", "x-box-tag": "ai" @@ -28963,7 +28964,8 @@ "type": "object", "example": { "key": "value" - } + }, + "additionalProperties": {} } }, "title": "Event", diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 17157e1f..fdf3cf1d 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "a3b67ef217" + "x-box-commit-hash": "a9f74bd022" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index c6373396..747b307b 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "http://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "a3b67ef217" + "x-box-commit-hash": "a9f74bd022" }, "servers": [ { @@ -25789,6 +25789,7 @@ "AiExtractResponse": { "description": "AI extract response.\nThe content of this response may vary depending on\nthe requested configuration.", "type": "object", + "additionalProperties": {}, "title": "AI extract response", "x-box-resource-id": "ai_extract_response", "x-box-tag": "ai" @@ -28963,7 +28964,8 @@ "type": "object", "example": { "key": "value" - } + }, + "additionalProperties": {} } }, "title": "Event",