From 692ec37047225d2ded42fb18009447f0283329ea Mon Sep 17 00:00:00 2001 From: penggrin12 Date: Wed, 15 Jul 2026 21:07:04 +0300 Subject: [PATCH] tag.related_tags is not an array --- api/components/schemas/tag.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/components/schemas/tag.yaml b/api/components/schemas/tag.yaml index 7cc88e8..5750bf4 100644 --- a/api/components/schemas/tag.yaml +++ b/api/components/schemas/tag.yaml @@ -17,9 +17,7 @@ properties: post_count: type: integer related_tags: - type: array - items: - type: string + type: string related_tags_updated_at: type: string nullable: true