From 831ab4439e39ea326cce3033a8c37fb15bb7e4ef Mon Sep 17 00:00:00 2001 From: pluslatte Date: Sat, 15 Nov 2025 12:20:45 +0900 Subject: [PATCH 1/2] fix: update currentAvatarTags type is array of string, not string --- openapi/components/schemas/CurrentUserPresence.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openapi/components/schemas/CurrentUserPresence.yaml b/openapi/components/schemas/CurrentUserPresence.yaml index fe73957e..d3d9fb8b 100644 --- a/openapi/components/schemas/CurrentUserPresence.yaml +++ b/openapi/components/schemas/CurrentUserPresence.yaml @@ -5,7 +5,9 @@ properties: type: string nullable: true currentAvatarTags: - type: string + type: array + items: + type: string displayName: type: string debugflag: From 6f2f63e3b1b0b17011df4d96ff757d17815aeef5 Mon Sep 17 00:00:00 2001 From: Aries Date: Sat, 22 Nov 2025 22:16:32 -0700 Subject: [PATCH 2/2] Update CurrentUserPresence.yaml --- openapi/components/schemas/CurrentUserPresence.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/components/schemas/CurrentUserPresence.yaml b/openapi/components/schemas/CurrentUserPresence.yaml index d3d9fb8b..8b3f087c 100644 --- a/openapi/components/schemas/CurrentUserPresence.yaml +++ b/openapi/components/schemas/CurrentUserPresence.yaml @@ -7,7 +7,7 @@ properties: currentAvatarTags: type: array items: - type: string + $ref: ./Tag.yaml displayName: type: string debugflag: