mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
remove required UserLegacy some properties
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
fc5f4c5ae7
commit
58cc6a409b
3 changed files with 5 additions and 15 deletions
5
dist/compatible/schemas/user.yaml
vendored
5
dist/compatible/schemas/user.yaml
vendored
|
|
@ -165,10 +165,7 @@ components:
|
||||||
- entities
|
- entities
|
||||||
- fast_followers_count
|
- fast_followers_count
|
||||||
- favourites_count
|
- favourites_count
|
||||||
- follow_request_sent
|
|
||||||
- followed_by
|
|
||||||
- followers_count
|
- followers_count
|
||||||
- following
|
|
||||||
- friends_count
|
- friends_count
|
||||||
- has_custom_timelines
|
- has_custom_timelines
|
||||||
- is_translator
|
- is_translator
|
||||||
|
|
@ -178,12 +175,10 @@ components:
|
||||||
- muting
|
- muting
|
||||||
- name
|
- name
|
||||||
- normal_followers_count
|
- normal_followers_count
|
||||||
- notifications
|
|
||||||
- pinned_tweet_ids_str
|
- pinned_tweet_ids_str
|
||||||
- possibly_sensitive
|
- possibly_sensitive
|
||||||
- profile_image_url_https
|
- profile_image_url_https
|
||||||
- profile_interstitial_type
|
- profile_interstitial_type
|
||||||
- protected
|
|
||||||
- screen_name
|
- screen_name
|
||||||
- status
|
- status
|
||||||
- statuses_count
|
- statuses_count
|
||||||
|
|
|
||||||
5
dist/docs/schemas/user.yaml
vendored
5
dist/docs/schemas/user.yaml
vendored
|
|
@ -165,10 +165,7 @@ components:
|
||||||
- entities
|
- entities
|
||||||
- fast_followers_count
|
- fast_followers_count
|
||||||
- favourites_count
|
- favourites_count
|
||||||
- follow_request_sent
|
|
||||||
- followed_by
|
|
||||||
- followers_count
|
- followers_count
|
||||||
- following
|
|
||||||
- friends_count
|
- friends_count
|
||||||
- has_custom_timelines
|
- has_custom_timelines
|
||||||
- is_translator
|
- is_translator
|
||||||
|
|
@ -178,12 +175,10 @@ components:
|
||||||
- muting
|
- muting
|
||||||
- name
|
- name
|
||||||
- normal_followers_count
|
- normal_followers_count
|
||||||
- notifications
|
|
||||||
- pinned_tweet_ids_str
|
- pinned_tweet_ids_str
|
||||||
- possibly_sensitive
|
- possibly_sensitive
|
||||||
- profile_image_url_https
|
- profile_image_url_https
|
||||||
- profile_interstitial_type
|
- profile_interstitial_type
|
||||||
- protected
|
|
||||||
- screen_name
|
- screen_name
|
||||||
- status
|
- status
|
||||||
- statuses_count
|
- statuses_count
|
||||||
|
|
|
||||||
|
|
@ -89,10 +89,10 @@ components:
|
||||||
- "entities"
|
- "entities"
|
||||||
- "fast_followers_count"
|
- "fast_followers_count"
|
||||||
- "favourites_count"
|
- "favourites_count"
|
||||||
- "follow_request_sent"
|
# 31 # - "follow_request_sent"
|
||||||
- "followed_by"
|
# 31 # - "followed_by"
|
||||||
- "followers_count"
|
- "followers_count"
|
||||||
- "following"
|
# 31 # - "following"
|
||||||
- "friends_count"
|
- "friends_count"
|
||||||
- "has_custom_timelines"
|
- "has_custom_timelines"
|
||||||
- "is_translator"
|
- "is_translator"
|
||||||
|
|
@ -102,12 +102,12 @@ components:
|
||||||
- "muting"
|
- "muting"
|
||||||
- "name"
|
- "name"
|
||||||
- "normal_followers_count"
|
- "normal_followers_count"
|
||||||
- "notifications"
|
# 31 # - "notifications"
|
||||||
- "pinned_tweet_ids_str"
|
- "pinned_tweet_ids_str"
|
||||||
- "possibly_sensitive"
|
- "possibly_sensitive"
|
||||||
- "profile_image_url_https"
|
- "profile_image_url_https"
|
||||||
- "profile_interstitial_type"
|
- "profile_interstitial_type"
|
||||||
- "protected"
|
# 31 # - "protected"
|
||||||
- "screen_name"
|
- "screen_name"
|
||||||
- "status"
|
- "status"
|
||||||
- "statuses_count"
|
- "statuses_count"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue