1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00

remove default value

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2024-09-29 19:11:35 +09:00
parent 0bf572706a
commit f33bb20091
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
6 changed files with 0 additions and 177 deletions

View file

@ -1422,13 +1422,10 @@ components:
SensitiveMediaWarning: SensitiveMediaWarning:
properties: properties:
adult_content: adult_content:
default: false
type: boolean type: boolean
graphic_violence: graphic_violence:
default: false
type: boolean type: boolean
other: other:
default: false
type: boolean type: boolean
required: required:
- adult_content - adult_content
@ -1841,7 +1838,6 @@ components:
itemType: itemType:
$ref: '#/components/schemas/ContentEntryType' $ref: '#/components/schemas/ContentEntryType'
stopOnEmptyResponse: stopOnEmptyResponse:
default: false
type: boolean type: boolean
value: value:
type: string type: string
@ -1849,7 +1845,6 @@ components:
- __typename - __typename
- cursorType - cursorType
- value - value
- stopOnEmptyResponse
TimelineTimelineItem: TimelineTimelineItem:
properties: properties:
__typename: __typename:
@ -2025,7 +2020,6 @@ components:
has_birdwatch_notes: has_birdwatch_notes:
type: boolean type: boolean
is_translatable: is_translatable:
default: false
type: boolean type: boolean
legacy: legacy:
$ref: '#/components/schemas/TweetLegacy' $ref: '#/components/schemas/TweetLegacy'
@ -2355,10 +2349,8 @@ components:
place: place:
additionalProperties: true additionalProperties: true
possibly_sensitive: possibly_sensitive:
default: false
type: boolean type: boolean
possibly_sensitive_editable: possibly_sensitive_editable:
default: false
type: boolean type: boolean
quote_count: quote_count:
type: integer type: integer
@ -2610,7 +2602,6 @@ components:
has_hidden_likes_on_profile: has_hidden_likes_on_profile:
type: boolean type: boolean
has_nft_avatar: has_nft_avatar:
default: false
type: boolean type: boolean
highlights_info: highlights_info:
$ref: '#/components/schemas/UserHighlightsInfo' $ref: '#/components/schemas/UserHighlightsInfo'
@ -2618,7 +2609,6 @@ components:
pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$ pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$
type: string type: string
is_blue_verified: is_blue_verified:
default: false
type: boolean type: boolean
is_profile_translatable: is_profile_translatable:
type: boolean type: boolean
@ -2640,13 +2630,10 @@ components:
pattern: ^[0-9]+$ pattern: ^[0-9]+$
type: string type: string
super_follow_eligible: super_follow_eligible:
default: false
type: boolean type: boolean
super_followed_by: super_followed_by:
default: false
type: boolean type: boolean
super_following: super_following:
default: false
type: boolean type: boolean
tipjar_settings: tipjar_settings:
$ref: '#/components/schemas/UserTipJarSettings' $ref: '#/components/schemas/UserTipJarSettings'
@ -2661,9 +2648,6 @@ components:
- is_blue_verified - is_blue_verified
- legacy - legacy
- rest_id - rest_id
- super_follow_eligible
- super_followed_by
- super_following
- profile_image_shape - profile_image_shape
UserFeatures: UserFeatures:
properties: properties:
@ -2717,24 +2701,18 @@ components:
UserLegacy: UserLegacy:
properties: properties:
blocked_by: blocked_by:
default: false
type: boolean type: boolean
blocking: blocking:
default: false
type: boolean type: boolean
can_dm: can_dm:
default: false
type: boolean type: boolean
can_media_tag: can_media_tag:
default: false
type: boolean type: boolean
created_at: created_at:
$ref: '#/components/schemas/TwitterTimeFormat' $ref: '#/components/schemas/TwitterTimeFormat'
default_profile: default_profile:
default: false
type: boolean type: boolean
default_profile_image: default_profile_image:
default: false
type: boolean type: boolean
description: description:
type: string type: string
@ -2744,54 +2722,40 @@ components:
fast_followers_count: fast_followers_count:
type: integer type: integer
favourites_count: favourites_count:
default: 0
type: integer type: integer
follow_request_sent: follow_request_sent:
default: false
type: boolean type: boolean
followed_by: followed_by:
default: false
type: boolean type: boolean
followers_count: followers_count:
default: 0
type: integer type: integer
following: following:
default: false
type: boolean type: boolean
friends_count: friends_count:
default: 0
type: integer type: integer
has_custom_timelines: has_custom_timelines:
default: false
type: boolean type: boolean
is_translator: is_translator:
default: false
type: boolean type: boolean
listed_count: listed_count:
default: 0
type: integer type: integer
location: location:
type: string type: string
media_count: media_count:
default: 0
type: integer type: integer
muting: muting:
default: false
type: boolean type: boolean
name: name:
type: string type: string
normal_followers_count: normal_followers_count:
default: 0
type: integer type: integer
notifications: notifications:
default: false
type: boolean type: boolean
pinned_tweet_ids_str: pinned_tweet_ids_str:
items: items:
type: string type: string
type: array type: array
possibly_sensitive: possibly_sensitive:
default: false
type: boolean type: boolean
profile_banner_extensions: profile_banner_extensions:
type: object type: object
@ -2806,12 +2770,10 @@ components:
profile_interstitial_type: profile_interstitial_type:
type: string type: string
protected: protected:
default: false
type: boolean type: boolean
screen_name: screen_name:
type: string type: string
statuses_count: statuses_count:
default: 0
type: integer type: integer
translator_type: translator_type:
type: string type: string
@ -2825,15 +2787,12 @@ components:
- Government - Government
type: string type: string
want_retweets: want_retweets:
default: false
type: boolean type: boolean
withheld_in_countries: withheld_in_countries:
items: items:
type: string type: string
type: array type: array
required: required:
- blocked_by
- blocking
- can_dm - can_dm
- can_media_tag - can_media_tag
- created_at - created_at
@ -2850,7 +2809,6 @@ components:
- listed_count - listed_count
- location - location
- media_count - media_count
- muting
- name - name
- normal_followers_count - normal_followers_count
- pinned_tweet_ids_str - pinned_tweet_ids_str
@ -3074,7 +3032,6 @@ components:
UserVerificationInfo: UserVerificationInfo:
properties: properties:
is_identity_verified: is_identity_verified:
default: false
type: boolean type: boolean
reason: reason:
$ref: '#/components/schemas/UserVerificationInfoReason' $ref: '#/components/schemas/UserVerificationInfoReason'

View file

@ -1422,13 +1422,10 @@ components:
SensitiveMediaWarning: SensitiveMediaWarning:
properties: properties:
adult_content: adult_content:
default: false
type: boolean type: boolean
graphic_violence: graphic_violence:
default: false
type: boolean type: boolean
other: other:
default: false
type: boolean type: boolean
required: required:
- adult_content - adult_content
@ -1841,7 +1838,6 @@ components:
itemType: itemType:
$ref: '#/components/schemas/ContentEntryType' $ref: '#/components/schemas/ContentEntryType'
stopOnEmptyResponse: stopOnEmptyResponse:
default: false
type: boolean type: boolean
value: value:
type: string type: string
@ -1849,7 +1845,6 @@ components:
- __typename - __typename
- cursorType - cursorType
- value - value
- stopOnEmptyResponse
TimelineTimelineItem: TimelineTimelineItem:
properties: properties:
__typename: __typename:
@ -2025,7 +2020,6 @@ components:
has_birdwatch_notes: has_birdwatch_notes:
type: boolean type: boolean
is_translatable: is_translatable:
default: false
type: boolean type: boolean
legacy: legacy:
$ref: '#/components/schemas/TweetLegacy' $ref: '#/components/schemas/TweetLegacy'
@ -2355,10 +2349,8 @@ components:
place: place:
additionalProperties: true additionalProperties: true
possibly_sensitive: possibly_sensitive:
default: false
type: boolean type: boolean
possibly_sensitive_editable: possibly_sensitive_editable:
default: false
type: boolean type: boolean
quote_count: quote_count:
type: integer type: integer
@ -2610,7 +2602,6 @@ components:
has_hidden_likes_on_profile: has_hidden_likes_on_profile:
type: boolean type: boolean
has_nft_avatar: has_nft_avatar:
default: false
type: boolean type: boolean
highlights_info: highlights_info:
$ref: '#/components/schemas/UserHighlightsInfo' $ref: '#/components/schemas/UserHighlightsInfo'
@ -2618,7 +2609,6 @@ components:
pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$ pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$
type: string type: string
is_blue_verified: is_blue_verified:
default: false
type: boolean type: boolean
is_profile_translatable: is_profile_translatable:
type: boolean type: boolean
@ -2640,13 +2630,10 @@ components:
pattern: ^[0-9]+$ pattern: ^[0-9]+$
type: string type: string
super_follow_eligible: super_follow_eligible:
default: false
type: boolean type: boolean
super_followed_by: super_followed_by:
default: false
type: boolean type: boolean
super_following: super_following:
default: false
type: boolean type: boolean
tipjar_settings: tipjar_settings:
$ref: '#/components/schemas/UserTipJarSettings' $ref: '#/components/schemas/UserTipJarSettings'
@ -2661,9 +2648,6 @@ components:
- is_blue_verified - is_blue_verified
- legacy - legacy
- rest_id - rest_id
- super_follow_eligible
- super_followed_by
- super_following
- profile_image_shape - profile_image_shape
UserFeatures: UserFeatures:
properties: properties:
@ -2717,24 +2701,18 @@ components:
UserLegacy: UserLegacy:
properties: properties:
blocked_by: blocked_by:
default: false
type: boolean type: boolean
blocking: blocking:
default: false
type: boolean type: boolean
can_dm: can_dm:
default: false
type: boolean type: boolean
can_media_tag: can_media_tag:
default: false
type: boolean type: boolean
created_at: created_at:
$ref: '#/components/schemas/TwitterTimeFormat' $ref: '#/components/schemas/TwitterTimeFormat'
default_profile: default_profile:
default: false
type: boolean type: boolean
default_profile_image: default_profile_image:
default: false
type: boolean type: boolean
description: description:
type: string type: string
@ -2744,54 +2722,40 @@ components:
fast_followers_count: fast_followers_count:
type: integer type: integer
favourites_count: favourites_count:
default: 0
type: integer type: integer
follow_request_sent: follow_request_sent:
default: false
type: boolean type: boolean
followed_by: followed_by:
default: false
type: boolean type: boolean
followers_count: followers_count:
default: 0
type: integer type: integer
following: following:
default: false
type: boolean type: boolean
friends_count: friends_count:
default: 0
type: integer type: integer
has_custom_timelines: has_custom_timelines:
default: false
type: boolean type: boolean
is_translator: is_translator:
default: false
type: boolean type: boolean
listed_count: listed_count:
default: 0
type: integer type: integer
location: location:
type: string type: string
media_count: media_count:
default: 0
type: integer type: integer
muting: muting:
default: false
type: boolean type: boolean
name: name:
type: string type: string
normal_followers_count: normal_followers_count:
default: 0
type: integer type: integer
notifications: notifications:
default: false
type: boolean type: boolean
pinned_tweet_ids_str: pinned_tweet_ids_str:
items: items:
type: string type: string
type: array type: array
possibly_sensitive: possibly_sensitive:
default: false
type: boolean type: boolean
profile_banner_extensions: profile_banner_extensions:
type: object type: object
@ -2806,12 +2770,10 @@ components:
profile_interstitial_type: profile_interstitial_type:
type: string type: string
protected: protected:
default: false
type: boolean type: boolean
screen_name: screen_name:
type: string type: string
statuses_count: statuses_count:
default: 0
type: integer type: integer
translator_type: translator_type:
type: string type: string
@ -2825,15 +2787,12 @@ components:
- Government - Government
type: string type: string
want_retweets: want_retweets:
default: false
type: boolean type: boolean
withheld_in_countries: withheld_in_countries:
items: items:
type: string type: string
type: array type: array
required: required:
- blocked_by
- blocking
- can_dm - can_dm
- can_media_tag - can_media_tag
- created_at - created_at
@ -2850,7 +2809,6 @@ components:
- listed_count - listed_count
- location - location
- media_count - media_count
- muting
- name - name
- normal_followers_count - normal_followers_count
- pinned_tweet_ids_str - pinned_tweet_ids_str
@ -3074,7 +3032,6 @@ components:
UserVerificationInfo: UserVerificationInfo:
properties: properties:
is_identity_verified: is_identity_verified:
default: false
type: boolean type: boolean
reason: reason:
$ref: '#/components/schemas/UserVerificationInfoReason' $ref: '#/components/schemas/UserVerificationInfoReason'

View file

@ -1422,13 +1422,10 @@ components:
SensitiveMediaWarning: SensitiveMediaWarning:
properties: properties:
adult_content: adult_content:
default: false
type: boolean type: boolean
graphic_violence: graphic_violence:
default: false
type: boolean type: boolean
other: other:
default: false
type: boolean type: boolean
required: required:
- adult_content - adult_content
@ -1841,7 +1838,6 @@ components:
itemType: itemType:
$ref: '#/components/schemas/ContentEntryType' $ref: '#/components/schemas/ContentEntryType'
stopOnEmptyResponse: stopOnEmptyResponse:
default: false
type: boolean type: boolean
value: value:
type: string type: string
@ -1849,7 +1845,6 @@ components:
- __typename - __typename
- cursorType - cursorType
- value - value
- stopOnEmptyResponse
TimelineTimelineItem: TimelineTimelineItem:
properties: properties:
__typename: __typename:
@ -2025,7 +2020,6 @@ components:
has_birdwatch_notes: has_birdwatch_notes:
type: boolean type: boolean
is_translatable: is_translatable:
default: false
type: boolean type: boolean
legacy: legacy:
$ref: '#/components/schemas/TweetLegacy' $ref: '#/components/schemas/TweetLegacy'
@ -2355,10 +2349,8 @@ components:
place: place:
additionalProperties: true additionalProperties: true
possibly_sensitive: possibly_sensitive:
default: false
type: boolean type: boolean
possibly_sensitive_editable: possibly_sensitive_editable:
default: false
type: boolean type: boolean
quote_count: quote_count:
type: integer type: integer
@ -2610,7 +2602,6 @@ components:
has_hidden_likes_on_profile: has_hidden_likes_on_profile:
type: boolean type: boolean
has_nft_avatar: has_nft_avatar:
default: false
type: boolean type: boolean
highlights_info: highlights_info:
$ref: '#/components/schemas/UserHighlightsInfo' $ref: '#/components/schemas/UserHighlightsInfo'
@ -2618,7 +2609,6 @@ components:
pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$ pattern: ^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$
type: string type: string
is_blue_verified: is_blue_verified:
default: false
type: boolean type: boolean
is_profile_translatable: is_profile_translatable:
type: boolean type: boolean
@ -2640,13 +2630,10 @@ components:
pattern: ^[0-9]+$ pattern: ^[0-9]+$
type: string type: string
super_follow_eligible: super_follow_eligible:
default: false
type: boolean type: boolean
super_followed_by: super_followed_by:
default: false
type: boolean type: boolean
super_following: super_following:
default: false
type: boolean type: boolean
tipjar_settings: tipjar_settings:
$ref: '#/components/schemas/UserTipJarSettings' $ref: '#/components/schemas/UserTipJarSettings'
@ -2661,9 +2648,6 @@ components:
- is_blue_verified - is_blue_verified
- legacy - legacy
- rest_id - rest_id
- super_follow_eligible
- super_followed_by
- super_following
- profile_image_shape - profile_image_shape
UserFeatures: UserFeatures:
properties: properties:
@ -2717,24 +2701,18 @@ components:
UserLegacy: UserLegacy:
properties: properties:
blocked_by: blocked_by:
default: false
type: boolean type: boolean
blocking: blocking:
default: false
type: boolean type: boolean
can_dm: can_dm:
default: false
type: boolean type: boolean
can_media_tag: can_media_tag:
default: false
type: boolean type: boolean
created_at: created_at:
$ref: '#/components/schemas/TwitterTimeFormat' $ref: '#/components/schemas/TwitterTimeFormat'
default_profile: default_profile:
default: false
type: boolean type: boolean
default_profile_image: default_profile_image:
default: false
type: boolean type: boolean
description: description:
type: string type: string
@ -2744,54 +2722,40 @@ components:
fast_followers_count: fast_followers_count:
type: integer type: integer
favourites_count: favourites_count:
default: 0
type: integer type: integer
follow_request_sent: follow_request_sent:
default: false
type: boolean type: boolean
followed_by: followed_by:
default: false
type: boolean type: boolean
followers_count: followers_count:
default: 0
type: integer type: integer
following: following:
default: false
type: boolean type: boolean
friends_count: friends_count:
default: 0
type: integer type: integer
has_custom_timelines: has_custom_timelines:
default: false
type: boolean type: boolean
is_translator: is_translator:
default: false
type: boolean type: boolean
listed_count: listed_count:
default: 0
type: integer type: integer
location: location:
type: string type: string
media_count: media_count:
default: 0
type: integer type: integer
muting: muting:
default: false
type: boolean type: boolean
name: name:
type: string type: string
normal_followers_count: normal_followers_count:
default: 0
type: integer type: integer
notifications: notifications:
default: false
type: boolean type: boolean
pinned_tweet_ids_str: pinned_tweet_ids_str:
items: items:
type: string type: string
type: array type: array
possibly_sensitive: possibly_sensitive:
default: false
type: boolean type: boolean
profile_banner_extensions: profile_banner_extensions:
type: object type: object
@ -2806,12 +2770,10 @@ components:
profile_interstitial_type: profile_interstitial_type:
type: string type: string
protected: protected:
default: false
type: boolean type: boolean
screen_name: screen_name:
type: string type: string
statuses_count: statuses_count:
default: 0
type: integer type: integer
translator_type: translator_type:
type: string type: string
@ -2825,15 +2787,12 @@ components:
- Government - Government
type: string type: string
want_retweets: want_retweets:
default: false
type: boolean type: boolean
withheld_in_countries: withheld_in_countries:
items: items:
type: string type: string
type: array type: array
required: required:
- blocked_by
- blocking
- can_dm - can_dm
- can_media_tag - can_media_tag
- created_at - created_at
@ -2850,7 +2809,6 @@ components:
- listed_count - listed_count
- location - location
- media_count - media_count
- muting
- name - name
- normal_followers_count - normal_followers_count
- pinned_tweet_ids_str - pinned_tweet_ids_str
@ -3074,7 +3032,6 @@ components:
UserVerificationInfo: UserVerificationInfo:
properties: properties:
is_identity_verified: is_identity_verified:
default: false
type: boolean type: boolean
reason: reason:
$ref: '#/components/schemas/UserVerificationInfoReason' $ref: '#/components/schemas/UserVerificationInfoReason'

View file

@ -84,7 +84,6 @@ components:
- "__typename" - "__typename"
- "cursorType" - "cursorType"
- "value" - "value"
- "stopOnEmptyResponse"
properties: properties:
__typename: __typename:
$ref: "./typename.yaml#/components/schemas/TypeName" # TimelineTimelineCursor $ref: "./typename.yaml#/components/schemas/TypeName" # TimelineTimelineCursor
@ -98,7 +97,6 @@ components:
type: string type: string
stopOnEmptyResponse: stopOnEmptyResponse:
type: boolean type: boolean
default: false
displayTreatment: displayTreatment:
$ref: "#/components/schemas/DisplayTreatment" $ref: "#/components/schemas/DisplayTreatment"

View file

@ -171,7 +171,6 @@ components:
$ref: "#/components/schemas/TweetEditPrespective" $ref: "#/components/schemas/TweetEditPrespective"
is_translatable: is_translatable:
type: boolean type: boolean
default: false
source: source:
type: string # html (<a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>) type: string # html (<a href="http://twitter.com/download/android" rel="nofollow">Twitter for Android</a>)
legacy: legacy:
@ -895,10 +894,8 @@ components:
type: string # enum type: string # enum
possibly_sensitive: possibly_sensitive:
type: boolean type: boolean
default: false
possibly_sensitive_editable: possibly_sensitive_editable:
type: boolean type: boolean
default: false
quote_count: quote_count:
type: integer type: integer
reply_count: reply_count:
@ -1300,13 +1297,10 @@ components:
properties: properties:
adult_content: adult_content:
type: boolean type: boolean
default: false
graphic_violence: graphic_violence:
type: boolean type: boolean
default: false
other: other:
type: boolean type: boolean
default: false
MediaSizes: MediaSizes:
required: required:

View file

@ -35,9 +35,6 @@ components:
- "is_blue_verified" - "is_blue_verified"
- "legacy" - "legacy"
- "rest_id" - "rest_id"
- "super_follow_eligible"
- "super_followed_by"
- "super_following"
- "profile_image_shape" - "profile_image_shape"
properties: properties:
@ -50,13 +47,11 @@ components:
type: boolean type: boolean
has_nft_avatar: has_nft_avatar:
type: boolean type: boolean
default: false
id: id:
type: string type: string
pattern: "^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$" # base64 pattern: "^([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{2}==)?$" # base64
is_blue_verified: is_blue_verified:
type: boolean type: boolean
default: false
legacy: legacy:
$ref: "#/components/schemas/UserLegacy" $ref: "#/components/schemas/UserLegacy"
rest_id: rest_id:
@ -67,13 +62,10 @@ components:
additionalProperties: true # todo additionalProperties: true # todo
super_follow_eligible: super_follow_eligible:
type: boolean type: boolean
default: false
super_followed_by: super_followed_by:
type: boolean type: boolean
default: false
super_following: super_following:
type: boolean type: boolean
default: false
profile_image_shape: profile_image_shape:
type: string type: string
enum: enum:
@ -147,7 +139,6 @@ components:
properties: properties:
is_identity_verified: is_identity_verified:
type: boolean type: boolean
default: false
reason: reason:
$ref: "#/components/schemas/UserVerificationInfoReason" $ref: "#/components/schemas/UserVerificationInfoReason"
@ -249,8 +240,6 @@ components:
UserLegacy: UserLegacy:
required: required:
- "blocked_by"
- "blocking"
- "can_dm" - "can_dm"
- "can_media_tag" - "can_media_tag"
- "created_at" - "created_at"
@ -260,25 +249,19 @@ components:
- "entities" - "entities"
- "fast_followers_count" - "fast_followers_count"
- "favourites_count" - "favourites_count"
# 31 # - "follow_request_sent"
# 31 # - "followed_by"
- "followers_count" - "followers_count"
# 31 # - "following"
- "friends_count" - "friends_count"
- "has_custom_timelines" - "has_custom_timelines"
- "is_translator" - "is_translator"
- "listed_count" - "listed_count"
- "location" - "location"
- "media_count" - "media_count"
- "muting"
- "name" - "name"
- "normal_followers_count" - "normal_followers_count"
# 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"
# 31 # - "protected"
- "screen_name" - "screen_name"
- "status" - "status"
- "statuses_count" - "statuses_count"
@ -288,24 +271,18 @@ components:
properties: properties:
blocked_by: blocked_by:
type: boolean type: boolean
default: false
blocking: blocking:
type: boolean type: boolean
default: false
can_dm: can_dm:
type: boolean type: boolean
default: false
can_media_tag: can_media_tag:
type: boolean type: boolean
default: false
created_at: created_at:
$ref: "./general.yaml#/components/schemas/TwitterTimeFormat" $ref: "./general.yaml#/components/schemas/TwitterTimeFormat"
default_profile: default_profile:
type: boolean type: boolean
default: false
default_profile_image: default_profile_image:
type: boolean type: boolean
default: false
description: description:
type: string type: string
entities: entities:
@ -315,54 +292,40 @@ components:
type: integer type: integer
favourites_count: favourites_count:
type: integer type: integer
default: 0
follow_request_sent: follow_request_sent:
type: boolean type: boolean
default: false
followed_by: followed_by:
type: boolean type: boolean
default: false
followers_count: followers_count:
type: integer type: integer
default: 0
following: following:
type: boolean type: boolean
default: false
friends_count: friends_count:
type: integer type: integer
default: 0
has_custom_timelines: has_custom_timelines:
type: boolean type: boolean
default: false
is_translator: is_translator:
type: boolean type: boolean
default: false
listed_count: listed_count:
type: integer type: integer
default: 0
location: location:
type: string type: string
media_count: media_count:
type: integer type: integer
default: 0
muting: muting:
type: boolean type: boolean
default: false
name: name:
type: string type: string
normal_followers_count: normal_followers_count:
type: integer type: integer
default: 0
notifications: notifications:
type: boolean type: boolean
default: false
pinned_tweet_ids_str: pinned_tweet_ids_str:
type: array type: array
items: items:
type: string type: string
possibly_sensitive: possibly_sensitive:
type: boolean type: boolean
default: false
profile_banner_extensions: profile_banner_extensions:
type: object type: object
profile_banner_url: profile_banner_url:
@ -377,12 +340,10 @@ components:
type: string type: string
protected: protected:
type: boolean type: boolean
default: false
screen_name: screen_name:
type: string type: string
statuses_count: statuses_count:
type: integer type: integer
default: 0
translator_type: translator_type:
type: string type: string
url: url:
@ -391,7 +352,6 @@ components:
type: boolean type: boolean
want_retweets: want_retweets:
type: boolean type: boolean
default: false
verified_type: verified_type:
type: string type: string
enum: ["Business", "Government"] enum: ["Business", "Government"]