From 5bd14459cddd1032c12cef358fc0580c76b9d23c Mon Sep 17 00:00:00 2001 From: Adversary Date: Fri, 1 Sep 2023 18:10:02 +0000 Subject: [PATCH] main - remote-2023-09-01T17:56:18 now-2023-09-01T18:10:02 --- specs/openapi.json | 13 +++++++------ specs/openapi_preview.json | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/specs/openapi.json b/specs/openapi.json index 0f6a02f..3fbe7c4 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -1899,18 +1899,19 @@ "type": "object", "properties": { "messages": { - "type": [ - "array", - "null" - ], + "type": "array", "items": { "type": "string", "format": "snowflake" }, - "maxItems": 1521, + "minItems": 2, + "maxItems": 100, "uniqueItems": true } - } + }, + "required": [ + "messages" + ] } } }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index d07aeaf..b78c2b9 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -1899,18 +1899,19 @@ "type": "object", "properties": { "messages": { - "type": [ - "array", - "null" - ], + "type": "array", "items": { "type": "string", "format": "snowflake" }, - "maxItems": 1521, + "minItems": 2, + "maxItems": 100, "uniqueItems": true } - } + }, + "required": [ + "messages" + ] } } },