From c979cb269dbaf8cd09b8d0a39cc683d9623d8ce4 Mon Sep 17 00:00:00 2001 From: "Nelly (automation bot)" <> Date: Tue, 5 Nov 2024 21:52:17 +0000 Subject: [PATCH] Automated spec update (78673) --- specs/openapi.json | 38 ++++++++++++++++++++++++++++++++++++++ specs/openapi_preview.json | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index fa4c9d4..f7800e9 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -24098,6 +24098,16 @@ "$ref": "#/components/schemas/UInt32Type" } ] + }, + "flags": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UInt32Type" + } + ] } } }, @@ -24283,6 +24293,16 @@ "$ref": "#/components/schemas/UInt32Type" } ] + }, + "flags": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UInt32Type" + } + ] } } }, @@ -27327,6 +27347,12 @@ ], "minimum": 0, "maximum": 2147483647 + }, + "is_animated": { + "type": [ + "boolean", + "null" + ] } } }, @@ -27387,6 +27413,12 @@ ], "minimum": 0, "maximum": 2147483647 + }, + "is_animated": { + "type": [ + "boolean", + "null" + ] } } }, @@ -27427,6 +27459,12 @@ ], "minimum": 0, "maximum": 2147483647 + }, + "is_animated": { + "type": [ + "boolean", + "null" + ] } } }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 1c530ff..23c0a0c 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -24210,6 +24210,16 @@ "$ref": "#/components/schemas/UInt32Type" } ] + }, + "flags": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UInt32Type" + } + ] } } }, @@ -24395,6 +24405,16 @@ "$ref": "#/components/schemas/UInt32Type" } ] + }, + "flags": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UInt32Type" + } + ] } } }, @@ -27732,6 +27752,12 @@ ], "minimum": 0, "maximum": 2147483647 + }, + "is_animated": { + "type": [ + "boolean", + "null" + ] } } }, @@ -27792,6 +27818,12 @@ ], "minimum": 0, "maximum": 2147483647 + }, + "is_animated": { + "type": [ + "boolean", + "null" + ] } } }, @@ -27832,6 +27864,12 @@ ], "minimum": 0, "maximum": 2147483647 + }, + "is_animated": { + "type": [ + "boolean", + "null" + ] } } },