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",