From 286cf1477fcb4cba4f623684e7741a4a8e42d71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Wed, 20 Sep 2023 17:57:56 +0900 Subject: [PATCH] remove required ListTweetsTimeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- src/openapi/paths/timeline.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openapi/paths/timeline.yaml b/src/openapi/paths/timeline.yaml index cb40385..a765f38 100644 --- a/src/openapi/paths/timeline.yaml +++ b/src/openapi/paths/timeline.yaml @@ -113,8 +113,6 @@ components: $ref: "#/components/schemas/ListTweetsTimeline" ListTweetsTimeline: - required: - - "timeline" properties: timeline: $ref: "./../schemas/timeline.yaml#/components/schemas/Timeline"