From 58cc6a409bb857f83fdb8d7f477a3bb4a59cf453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Mon, 7 Aug 2023 05:17:07 +0900 Subject: [PATCH] remove required UserLegacy some properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- dist/compatible/schemas/user.yaml | 5 ----- dist/docs/schemas/user.yaml | 5 ----- src/openapi/schemas/user.yaml | 10 +++++----- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/dist/compatible/schemas/user.yaml b/dist/compatible/schemas/user.yaml index 3584f3f..61409b7 100644 --- a/dist/compatible/schemas/user.yaml +++ b/dist/compatible/schemas/user.yaml @@ -165,10 +165,7 @@ components: - entities - fast_followers_count - favourites_count - - follow_request_sent - - followed_by - followers_count - - following - friends_count - has_custom_timelines - is_translator @@ -178,12 +175,10 @@ components: - muting - name - normal_followers_count - - notifications - pinned_tweet_ids_str - possibly_sensitive - profile_image_url_https - profile_interstitial_type - - protected - screen_name - status - statuses_count diff --git a/dist/docs/schemas/user.yaml b/dist/docs/schemas/user.yaml index 3584f3f..61409b7 100644 --- a/dist/docs/schemas/user.yaml +++ b/dist/docs/schemas/user.yaml @@ -165,10 +165,7 @@ components: - entities - fast_followers_count - favourites_count - - follow_request_sent - - followed_by - followers_count - - following - friends_count - has_custom_timelines - is_translator @@ -178,12 +175,10 @@ components: - muting - name - normal_followers_count - - notifications - pinned_tweet_ids_str - possibly_sensitive - profile_image_url_https - profile_interstitial_type - - protected - screen_name - status - statuses_count diff --git a/src/openapi/schemas/user.yaml b/src/openapi/schemas/user.yaml index 2171f07..9a94fab 100644 --- a/src/openapi/schemas/user.yaml +++ b/src/openapi/schemas/user.yaml @@ -89,10 +89,10 @@ components: - "entities" - "fast_followers_count" - "favourites_count" - - "follow_request_sent" - - "followed_by" + # 31 # - "follow_request_sent" + # 31 # - "followed_by" - "followers_count" - - "following" + # 31 # - "following" - "friends_count" - "has_custom_timelines" - "is_translator" @@ -102,12 +102,12 @@ components: - "muting" - "name" - "normal_followers_count" - - "notifications" + # 31 # - "notifications" - "pinned_tweet_ids_str" - "possibly_sensitive" - "profile_image_url_https" - "profile_interstitial_type" - - "protected" + # 31 # - "protected" - "screen_name" - "status" - "statuses_count"