From e2bb9417565db2b26b1ea960c63b7f9075d799ab Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 6 Aug 2026 22:20:11 +0000 Subject: [PATCH] Automated spec update (248789) --- specs/openapi.json | 34 ++++++++++++++++++++++++++++++++++ specs/openapi_preview.json | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 81cd127..7f00aff 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -17545,6 +17545,19 @@ "boolean", "null" ] + }, + "file_types": { + "type": [ + "array", + "null" + ], + "items": { + "type": "string", + "minLength": 1, + "maxLength": 16 + }, + "maxItems": 10, + "uniqueItems": true } }, "required": [ @@ -17600,6 +17613,14 @@ }, "required": { "type": "boolean" + }, + "file_types": { + "type": "array", + "items": { + "type": "string", + "maxLength": 16 + }, + "uniqueItems": true } }, "required": [ @@ -25526,6 +25547,19 @@ "boolean", "null" ] + }, + "file_types": { + "type": [ + "array", + "null" + ], + "items": { + "type": "string", + "minLength": 1, + "maxLength": 16 + }, + "maxItems": 10, + "uniqueItems": true } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index de090be..f2f9f0c 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -17557,6 +17557,19 @@ "boolean", "null" ] + }, + "file_types": { + "type": [ + "array", + "null" + ], + "items": { + "type": "string", + "minLength": 1, + "maxLength": 16 + }, + "maxItems": 10, + "uniqueItems": true } }, "required": [ @@ -17612,6 +17625,14 @@ }, "required": { "type": "boolean" + }, + "file_types": { + "type": "array", + "items": { + "type": "string", + "maxLength": 16 + }, + "uniqueItems": true } }, "required": [ @@ -25544,6 +25565,19 @@ "boolean", "null" ] + }, + "file_types": { + "type": [ + "array", + "null" + ], + "items": { + "type": "string", + "minLength": 1, + "maxLength": 16 + }, + "maxItems": 10, + "uniqueItems": true } }, "required": [