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" },