From 488932c5df2c3dc24c8196bc48c751303b245b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Tue, 13 Jun 2023 10:24:56 +0900 Subject: [PATCH] fix Incorrect type. Expected "Reference". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- src/openapi/schemas/tweet.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index d1260d6..f1b23a2 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -56,7 +56,8 @@ components: card: type: object properties: - rest_id: string + rest_id: + type: string legacy: type: object required: @@ -64,7 +65,7 @@ components: - "name" - "url" properties: - name: + name: type: string url: type: string