From 43662be193260842b3e55c7d90e2c8ed992eb1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Thu, 25 May 2023 15:09:38 +0900 Subject: [PATCH] remove list wip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/dart/schemas/content.yaml | 1 - dist/dart/schemas/tweet.yaml | 1 - dist/docs/schemas/content.yaml | 1 - dist/docs/schemas/tweet.yaml | 1 - dist/test/schemas/content.yaml | 1 - dist/test/schemas/tweet.yaml | 1 - dist/typescript/schemas/content.yaml | 1 - dist/typescript/schemas/tweet.yaml | 1 - src/openapi/schemas/content.yaml | 2 +- src/openapi/schemas/tweet.yaml | 2 +- 10 files changed, 2 insertions(+), 10 deletions(-) diff --git a/dist/dart/schemas/content.yaml b/dist/dart/schemas/content.yaml index 25f3156..c8a13c9 100644 --- a/dist/dart/schemas/content.yaml +++ b/dist/dart/schemas/content.yaml @@ -134,7 +134,6 @@ components: - __typename - entryType - displayType - - items - clientEventInfo TimelineTweet: properties: diff --git a/dist/dart/schemas/tweet.yaml b/dist/dart/schemas/tweet.yaml index eff5faf..5a72d66 100644 --- a/dist/dart/schemas/tweet.yaml +++ b/dist/dart/schemas/tweet.yaml @@ -27,7 +27,6 @@ components: - symbols - user_mentions - urls - - media ExtendedEntities: properties: media: diff --git a/dist/docs/schemas/content.yaml b/dist/docs/schemas/content.yaml index 25f3156..c8a13c9 100644 --- a/dist/docs/schemas/content.yaml +++ b/dist/docs/schemas/content.yaml @@ -134,7 +134,6 @@ components: - __typename - entryType - displayType - - items - clientEventInfo TimelineTweet: properties: diff --git a/dist/docs/schemas/tweet.yaml b/dist/docs/schemas/tweet.yaml index eff5faf..5a72d66 100644 --- a/dist/docs/schemas/tweet.yaml +++ b/dist/docs/schemas/tweet.yaml @@ -27,7 +27,6 @@ components: - symbols - user_mentions - urls - - media ExtendedEntities: properties: media: diff --git a/dist/test/schemas/content.yaml b/dist/test/schemas/content.yaml index 25f3156..c8a13c9 100644 --- a/dist/test/schemas/content.yaml +++ b/dist/test/schemas/content.yaml @@ -134,7 +134,6 @@ components: - __typename - entryType - displayType - - items - clientEventInfo TimelineTweet: properties: diff --git a/dist/test/schemas/tweet.yaml b/dist/test/schemas/tweet.yaml index eff5faf..5a72d66 100644 --- a/dist/test/schemas/tweet.yaml +++ b/dist/test/schemas/tweet.yaml @@ -27,7 +27,6 @@ components: - symbols - user_mentions - urls - - media ExtendedEntities: properties: media: diff --git a/dist/typescript/schemas/content.yaml b/dist/typescript/schemas/content.yaml index 8d54d57..be098e6 100644 --- a/dist/typescript/schemas/content.yaml +++ b/dist/typescript/schemas/content.yaml @@ -122,7 +122,6 @@ components: - __typename - entryType - displayType - - items - clientEventInfo TimelineTweet: properties: diff --git a/dist/typescript/schemas/tweet.yaml b/dist/typescript/schemas/tweet.yaml index 63aa7f6..aa2c1a2 100644 --- a/dist/typescript/schemas/tweet.yaml +++ b/dist/typescript/schemas/tweet.yaml @@ -27,7 +27,6 @@ components: - symbols - user_mentions - urls - - media ExtendedEntities: properties: media: diff --git a/src/openapi/schemas/content.yaml b/src/openapi/schemas/content.yaml index b227e6a..766a83f 100644 --- a/src/openapi/schemas/content.yaml +++ b/src/openapi/schemas/content.yaml @@ -46,7 +46,7 @@ components: - "__typename" - "entryType" - "displayType" - - "items" + # - "items" - "clientEventInfo" properties: __typename: diff --git a/src/openapi/schemas/tweet.yaml b/src/openapi/schemas/tweet.yaml index 0dbfb38..63e2908 100644 --- a/src/openapi/schemas/tweet.yaml +++ b/src/openapi/schemas/tweet.yaml @@ -170,7 +170,7 @@ components: - "symbols" - "user_mentions" - "urls" - - "media" + # - "media" properties: hashtags: type: array