From 14a5290ebaaa80b68e5157ba7e1f191d32b3a841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Tue, 12 Sep 2023 11:52:00 +0900 Subject: [PATCH] fix Media MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- src/openapi/schemas/tweet.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 3a1254d..1fafda0 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -325,7 +325,7 @@ components: - "media_url_https" - "type" - "url" - - "features" + # - "features" - "sizes" - "original_info" properties: @@ -347,7 +347,7 @@ components: format: uri type: type: string - enum: [photo] + enum: [photo, video, animated_gif] url: type: string format: uri @@ -378,7 +378,7 @@ components: - "type" - "url" - "ext_media_availability" - - "features" + # - "features" - "sizes" - "original_info" properties: