From a1fedde8af87af8c6d930134209446b4a9dfccee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Thu, 28 Mar 2024 17:39:50 +0900 Subject: [PATCH] add tweetDisplayType enum MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- src/openapi/schemas/content.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index 48f18ab..e1b2a08 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -197,6 +197,7 @@ components: $ref: "#/components/schemas/ContentItemType" # TimelineTweet tweetDisplayType: type: string + enum: [Tweet, SelfThread, MediaGrid, CondensedTweet] tweet_results: $ref: "#/components/schemas/ItemResult" socialContext: