Tweets

List replies to a tweet

Returns direct replies. Omit mode for automatic maximum coverage with resumable pagination. Complete mode returns nested replies, diagnostics, and 424 when direct coverage stays below 80%.

get/api/v1/x/tweets/{id}/replies

Path parameters

idstring required

Tweet ID to get replies

Query parameters

cursorstring

Cursor from the previous response. Xquik cursors resume automatic coverage. Existing unprefixed cursors keep legacy standard behavior.

mode'standard' | 'complete'

Optional advanced override. Omit mode for automatic maximum direct reply coverage with pagination. Standard keeps legacy pagination. Complete returns direct and nested replies with diagnostics, scope, depth, sorting, and original-post controls.

limitinteger

With mode=complete, maximum combined direct and nested reply rows (1-25000, default 25000). Automatic pages accept 1-300. Standard pages accept 1-100. Prefer pageSize outside complete mode.

pageSizeinteger

Automatic pages accept 1-300 Tweets. Standard pages keep 1-100. Default 20. Continue while has_next_page is true. Deprecated aliases remain accepted.

scope'all' | 'direct' | 'nested'

Select all replies, direct replies, or nested replies.

maxDepthinteger

Maximum reply depth from the source post.

sort'relevance' | 'latest' | 'oldest' | 'likes'

Sort the selected replies before applying limit.

excludeOriginalAuthorboolean

Exclude replies written by the source-post author.

includeOriginalPostboolean

Include the source post and count it toward limit.

hasMediaOnlyboolean

Only return replies containing media.

sinceTimestring

Inclusive ISO bound for Tweet creation time.

untilTimestring

Exclusive ISO bound for Tweet creation time.

fromUserstring

Filter by author username.

toUserstring

Filter replies sent to a username.

mentioningstring

Filter tweets mentioning a username.

languagestring

Filter by language. Alias lang is accepted.

sinceDatestring date

Start date in YYYY-MM-DD format.

untilDatestring date

End date in YYYY-MM-DD format.

mediaType'images' | 'videos' | 'gifs' | 'media' | 'links' | 'none'

Filter media. Aliases: has_video, has_media.

minLikesinteger

Minimum likes. Aliases: minFaves, min_likes, min_faves.

minRetweetsinteger

Minimum retweets threshold.

minRepliesinteger

Minimum replies threshold.

minQuotesinteger

Minimum quote count threshold.

minViewsinteger

Minimum view count threshold.

minBookmarksinteger

Minimum bookmark count threshold.

maxFavesinteger

Maximum likes threshold. maxLikes is also accepted.

maxRetweetsinteger

Maximum retweets threshold.

maxRepliesinteger

Maximum replies threshold.

maxQuotesinteger

Maximum quotes threshold.

blueVerifiedOnlyboolean

Only return tweets from Blue-verified authors.

cardNamestring

Match the Tweet card name.

sourcestring

Match the source application.

excludeSourcestring

Exclude a source application.

geocodestring

Match latitude, longitude, and radius.

sinceIdstring

Return Tweets newer than this Tweet ID.

maxIdstring

Return Tweets older than this Tweet ID.

nearstring

Match a place name.

withinstring

Set the radius for the near filter.

withinTimestring

Match Tweets inside a recent time window.

nativeRetweetsboolean

Only return native reposts.

safeboolean

Enable the safe-search filter.

newsboolean

Only return news results.

verifiedOnlyboolean

Only return tweets from verified authors.

replies'include' | 'exclude' | 'only'

Only when the caller requests a reply mode.

retweets'include' | 'exclude' | 'only'

Only when the caller requests a repost mode.

quotes'include' | 'exclude' | 'only'

Only when the caller requests a quote mode.

exactPhrasestring

Exact phrase to match.

excludeWordsstring

Words or quoted phrases to exclude. Separate with spaces, commas, or lines.

anyWordsstring

Words or quoted phrases where any one can match. Separate with spaces, commas, or lines.

hashtagsstring

Hashtags separated by spaces, commas, or lines.

cashtagsstring

Cashtags separated by spaces, commas, or lines.

urlstring

URL substring or domain filter.

conversationIdstring

Conversation ID filter.

inReplyToTweetIdstring

Only replies to this tweet ID.

quotesOfTweetIdstring

Only quotes of this tweet ID.

retweetsOfTweetIdstring

Only retweets of this tweet ID.

Response

List of replies

filtered_countinteger
has_next_pageboolean required
next_cursorstring required

Example response

{
  "tweets": [],
  "has_next_page": false,
  "next_cursor": ""
}

Changes

Changed in 13 of the 19 revisions of this API.765073294

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/footerIconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/communityNote/iconType to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/grokShareAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/inlineMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/smarttags/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/symbols/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/indices to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/seconds to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/tag to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/noteTweet/entities/timestamps/items/text to the response with the 424 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/media/items/graphicViolence to the response with the 424 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/accountBasedIn to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/quoted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[TweetPublicDataBase]/card/userReferences/items/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/retweeted_tweet/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/accountBasedIn to the response with the 424 status

      response-optional-property-added

  • 18302a60cfee381537See the full diff
    • the allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • the anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/ response's property type/format changed from object/ to / for status 424

      response-property-type-changed

    • the anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/ response's property type/format changed from object/ to / for status 424

      response-property-type-changed

    • the oneOf[subschema #2]/allOf[subschema #2]/ response's property type/format changed from / to object/ for status 401

      response-property-type-changed

    • the oneOf[subschema #4]/allOf[subschema #2]/ response's property type/format changed from / to object/ for status 402

      response-property-type-changed

    • removed the required property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/bookmarkCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/id from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/likeCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoteCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/replyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweetCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/text from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/viewCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/bookmarkCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/id from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/likeCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoteCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/replyCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweetCount from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/text from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/viewCount from the response with the 200 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/bookmarkCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/id from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/likeCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoteCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/replyCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweetCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/text from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/viewCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/bookmarkCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/id from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/likeCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoteCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/replyCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweetCount from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/text from the response with the 424 status

      response-required-property-removed

    • removed the required property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/viewCount from the response with the 424 status

      response-required-property-removed

    • deleted the query request parameter minFaves

      request-parameter-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityNote from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/contentDisclosure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationControl from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/displayTextRange from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/edit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/entities from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToUserId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToUsername from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isLimitedReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isNoteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isQuoteStatus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isTranslatable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/jetfuelAttachment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/lang from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/noteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/place from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/possiblySensitive from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/postCta from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/previousCounts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quotedTweetId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/scopes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/source from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/tombstone from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/unmentionedUserIds from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/viewState from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/article from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/communityId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/communityNote from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/contentDisclosure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/conversationControl from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/conversationId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/createdAt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/displayTextRange from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/edit from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/entities from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/inReplyToId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/inReplyToUserId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/inReplyToUsername from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isLimitedReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isNoteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isQuoteStatus from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isReply from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isTranslatable from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/jetfuelAttachment from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/lang from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/limitedActions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/noteTweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/place from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/possiblySensitive from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/postCta from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/previousCounts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quotedTweetId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/scopes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/source from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/tombstone from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/unmentionedUserIds from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/viewState from the response with the 200 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityNote from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/contentDisclosure from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationControl from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/createdAt from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/displayTextRange from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/edit from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/entities from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToUserId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/inReplyToUsername from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isLimitedReply from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isNoteTweet from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isQuoteStatus from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isReply from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/isTranslatable from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/jetfuelAttachment from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/lang from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/noteTweet from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/place from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/possiblySensitive from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/postCta from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/previousCounts from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quotedTweetId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/scopes from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/source from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/tombstone from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/type from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/unmentionedUserIds from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/url from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/viewState from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/article from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/communityId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/communityNote from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/contentDisclosure from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/conversationControl from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/conversationId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/createdAt from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/displayTextRange from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/edit from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/entities from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/inReplyToId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/inReplyToUserId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/inReplyToUsername from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isLimitedReply from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isNoteTweet from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isQuoteStatus from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isReply from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/isTranslatable from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/jetfuelAttachment from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/lang from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/limitedActions from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/noteTweet from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/place from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/possiblySensitive from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/postCta from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/previousCounts from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quotedTweetId from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/scopes from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/source from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/tombstone from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/type from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/unmentionedUserIds from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/url from the response with the 424 status

      response-optional-property-removed

    • removed the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/viewState from the response with the 424 status

      response-optional-property-removed

    • added the new optional query request parameter minLikes

      new-optional-request-parameter

    • added TweetPublicDataBase subschema #2 to the allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added TweetPublicDataBase subschema #2 to the allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/ response property allOf list for the response status 200

      response-property-all-of-added

    • added TweetPublicDataBase subschema #2 to the anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/ response property allOf list for the response status 424

      response-property-all-of-added

    • added TweetPublicDataBase subschema #2 to the anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/ response property allOf list for the response status 424

      response-property-all-of-added

    • added 'propertyNames' constraint to the oneOf[subschema #2]/allOf[subschema #2]/ response property for the status 401

      response-property-property-names-added

    • added 'propertyNames' constraint to the oneOf[subschema #4]/allOf[subschema #2]/ response property for the status 402

      response-property-property-names-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferenceErrors to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/jetfuelAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions/items/prompt/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/scopes to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card/userReferenceErrors to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/jetfuelAttachment to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/limitedActions/items/prompt/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/scopes to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferenceErrors to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/jetfuelAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions/items/prompt/metadata to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/scopes to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card/userReferenceErrors to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/jetfuelAttachment to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/limitedActions/items/prompt/metadata to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/scopes to the response with the 424 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/filtered_count to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferences/items/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/otherSensitiveContent to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/postCta to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card/userReferences/items/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/otherSensitiveContent to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/postCta to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/filtered_count to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferences/items/affiliatesHighlightedLabel/longDescription to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/otherSensitiveContent to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/postCta to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card/userReferences/items/affiliatesHighlightedLabel/longDescription to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/otherSensitiveContent to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/postCta to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/affiliatesHighlightedLabel/longDescription to the response with the 424 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/coverMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/lifecycleState to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/platform to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferences to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityNote/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationControl to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/availabilityReason to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/grokPostId to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/sourceStatusId to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/sourceUserId to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/visitSiteUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/watchNowUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quotedTweetId to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/article/coverMedia to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/article/lifecycleState to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/article/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card/platform to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card/userReferences to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/communityNote/metadata to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/conversationControl to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/limitedActions to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/availabilityReason to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/grokPostId to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/sourceStatusId to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/sourceUserId to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/visitSiteUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/watchNowUrl to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quotedTweetId to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/grokTranslatedBio to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/professional to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/withheldScope to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/coverMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/lifecycleState to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/article/metadata to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/platform to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/card/userReferences to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/communityNote/metadata to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/conversationControl to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/limitedActions to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/availabilityReason to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/grokPostId to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/sourceStatusId to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/sourceUserId to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/visitSiteUrl to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/media/items/watchNowUrl to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quotedTweetId to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/professional to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/professional to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/grokTranslatedBio to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/professional to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[PaginatedTweets]/tweets/items/allOf[subschema #2]/author/withheldScope to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/article/coverMedia to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/article/lifecycleState to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/article/metadata to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card/platform to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/card/userReferences to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/communityNote/metadata to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/conversationControl to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/limitedActions to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/availabilityReason to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/grokPostId to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/sourceStatusId to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/sourceUserId to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/visitSiteUrl to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/media/items/watchNowUrl to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quotedTweetId to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/professional to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/quoted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/grokTranslatedBio to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/professional to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[TweetPublicData]/retweeted_tweet/allOf[subschema #2]/author/withheldScope to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/grokTranslatedBio to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/professional to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/superFollowsUserProfileActive to the response with the 424 status

      response-optional-property-added

    • added the optional property anyOf[IncompleteTweetReplies]/allOf[TweetReplies]/allOf[subschema #2]/nested_replies/items/allOf[subschema #2]/author/withheldScope to the response with the 424 status

      response-optional-property-added