From 8b19677694a5b998a7ea1b711a3660993f94d651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Sun, 23 Apr 2023 07:17:53 +0900 Subject: [PATCH] add retweeted_status_result MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/schemas/tweet.yaml | 2 ++ src/openapi/schemas/tweet.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dist/schemas/tweet.yaml b/dist/schemas/tweet.yaml index 9756e51..1c709da 100644 --- a/dist/schemas/tweet.yaml +++ b/dist/schemas/tweet.yaml @@ -101,6 +101,8 @@ components: type: integer retweeted: type: boolean + retweeted_status_result: + $ref: ./content.yaml#/components/schemas/ItemResult user_id_str: pattern: ^[0-9]+$ type: string diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 620af9f..bd0e730 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -153,6 +153,8 @@ components: type: integer retweeted: type: boolean + retweeted_status_result: + $ref: "./content.yaml#/components/schemas/ItemResult" user_id_str: type: string pattern: "^[0-9]+$"