From ce4d997c00d87af511613614e1e43305dd9c73e9 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Thu, 12 Oct 2023 20:45:25 +0000 Subject: [PATCH] Automated spec update (7886) --- specs/openapi_preview.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 2be3b10..034628a 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -24208,11 +24208,11 @@ ], "items": { "type": "integer", - "minimum": 1, + "minimum": -1, "maximum": 31, "format": "int32" }, - "maxItems": 31, + "maxItems": 33, "uniqueItems": true }, "by_year_day": { @@ -24222,11 +24222,11 @@ ], "items": { "type": "integer", - "minimum": 1, + "minimum": -1, "maximum": 365, "format": "int32" }, - "maxItems": 365, + "maxItems": 367, "uniqueItems": true }, "count": {