From f617d8254ae2e9cbb350d8c1644b2ad947dfc9e7 Mon Sep 17 00:00:00 2001 From: box-apimgmt Date: Tue, 5 May 2026 03:46:05 -0700 Subject: [PATCH] fix: Mark id field of AIAgentReference required (#1629) --- openapi.json | 5 +++-- openapi/openapi-v2025.0.json | 2 +- openapi/openapi-v2026.0.json | 2 +- openapi/openapi.json | 5 +++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/openapi.json b/openapi.json index e3234204..1e2d9d14 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "cd0d1b2ccf" + "x-box-commit-hash": "7a4982fa67" }, "servers": [ { @@ -27131,7 +27131,8 @@ } }, "required": [ - "type" + "type", + "id" ], "title": "AI agent reference", "x-box-resource-id": "ai_agent_reference", diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index 3e5a0533..9071e0be 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "cd0d1b2ccf" + "x-box-commit-hash": "7a4982fa67" }, "servers": [ { diff --git a/openapi/openapi-v2026.0.json b/openapi/openapi-v2026.0.json index 3fef9bf1..de07a253 100644 --- a/openapi/openapi-v2026.0.json +++ b/openapi/openapi-v2026.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2026.0", - "x-box-commit-hash": "cd0d1b2ccf" + "x-box-commit-hash": "7a4982fa67" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index e3234204..1e2d9d14 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "cd0d1b2ccf" + "x-box-commit-hash": "7a4982fa67" }, "servers": [ { @@ -27131,7 +27131,8 @@ } }, "required": [ - "type" + "type", + "id" ], "title": "AI agent reference", "x-box-resource-id": "ai_agent_reference",