From 8bf6925a0f62b177563b8535e20649f91b8cddf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sat, 16 Sep 2023 22:03:22 +0900 Subject: [PATCH] fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- src/openapi/schemas/tweet.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 1fafda0..c7d57ee 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -38,11 +38,12 @@ components: Tweet: required: - "rest_id" - - "core" + # If the tweet has been edited, this property does not exist. + # - "core" - "edit_control" - "is_translatable" - - "source" - - "legacy" + # - "source" + # - "legacy" - "views" properties: