From ba3c232e8ee077b2265878f877d0be81ce9c2d42 Mon Sep 17 00:00:00 2001 From: Adversary Date: Wed, 30 Jul 2025 02:10:01 +0000 Subject: [PATCH] main - Automated spec update (134029) made at remote:2025-07-30T01:52:03 taken at now:2025-07-30T02:10:01 made by remote Nelly (automation bot) <> --- specs/openapi.json | 20 ++++++++++++++++++++ specs/openapi_preview.json | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index 6afb70d..cad8411 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -24968,6 +24968,16 @@ }, "uniqueItems": true }, + "collectibles": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserCollectiblesResponse" + } + ] + }, "user": { "$ref": "#/components/schemas/UserResponse" }, @@ -32856,6 +32866,16 @@ }, "uniqueItems": true }, + "collectibles": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserCollectiblesResponse" + } + ] + }, "user": { "$ref": "#/components/schemas/UserResponse" }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index eb2eb66..098c13f 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -25039,6 +25039,16 @@ }, "uniqueItems": true }, + "collectibles": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserCollectiblesResponse" + } + ] + }, "user": { "$ref": "#/components/schemas/UserResponse" }, @@ -32941,6 +32951,16 @@ }, "uniqueItems": true }, + "collectibles": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/UserCollectiblesResponse" + } + ] + }, "user": { "$ref": "#/components/schemas/UserResponse" },