changedOutput schema / $defs / GetXTweetRepliesResponseTimelineItem / properties / display_text_range / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXTweetRepliesResponseTimelineItemDisplayTextRangeItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / GetXTweetRepliesResponseTimelineItem / properties / display_text_range / description
Previous value: -"Start and end indices for the display text range."New value: +"Start and end character indices for the display text range."
changedOutput schema / $defs / GetXTweetRepliesResponseTimelineItem / properties / media / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXTweetRepliesResponseTimelineItemMediaItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/GetXTweetRepliesResponseTimelineItemMedia"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / GetXTweetRepliesResponseTimelineItem / properties / media / description
Previous value: -"Attached media items when present."New value: +"Attached media grouped by type (for example video and photo arrays) when present."
removedOutput schema / $defs / GetXTweetRepliesResponseTimelineItem / properties / media / title
Removed value: -"Media"
removedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemDisplayTextRangeItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "GetXTweetRepliesResponseTimelineItemDisplayTextRangeItem",
- "type": "object"
-}
changedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemEntitiesHashtagsItem / properties / indices / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXTweetRepliesResponseTimelineItemEntitiesHashtagsItemIndicesItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemEntitiesHashtagsItem / properties / indices / description
Previous value: -"Start and end indices in the tweet text."New value: +"Start and end character indices in the tweet text."
removedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemEntitiesHashtagsItemIndicesItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "GetXTweetRepliesResponseTimelineItemEntitiesHashtagsItemIndicesItem",
- "type": "object"
-}
changedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemEntitiesUserMentionsItem / properties / indices / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXTweetRepliesResponseTimelineItemEntitiesUserMentionsItemIndicesItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemEntitiesUserMentionsItem / properties / indices / description
Previous value: -"Start and end indices in the tweet text."New value: +"Start and end character indices in the tweet text."
removedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemEntitiesUserMentionsItemIndicesItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "GetXTweetRepliesResponseTimelineItemEntitiesUserMentionsItemIndicesItem",
- "type": "object"
-}
addedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemMedia
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "photo": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/GetXTweetRepliesResponseTimelineItemMediaPhotoItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Photo media items when present.",
+ "title": "Photo"
+ },
+ "video": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/GetXTweetRepliesResponseTimelineItemMediaVideoItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Video media items when present.",
+ "title": "Video"
+ }
+ },
+ "title": "GetXTweetRepliesResponseTimelineItemMedia",
+ "type": "object"
+}
removedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemMediaItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "media_url_https": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "HTTPS URL for the media asset.",
- "title": "Media Url Https"
- },
- "type": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Media type (for example photo or video).",
- "title": "Type"
- }
- },
- "title": "GetXTweetRepliesResponseTimelineItemMediaItem",
- "type": "object"
-}
addedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemMediaPhotoItem
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "media_url_https": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "HTTPS URL for the photo asset.",
+ "title": "Media Url Https"
+ }
+ },
+ "title": "GetXTweetRepliesResponseTimelineItemMediaPhotoItem",
+ "type": "object"
+}
addedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemMediaVideoItem
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "media_url_https": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "HTTPS URL for the video thumbnail or asset.",
+ "title": "Media Url Https"
+ },
+ "variants": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/GetXTweetRepliesResponseTimelineItemMediaVideoItemVariantsItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Available video quality variants when present.",
+ "title": "Variants"
+ }
+ },
+ "title": "GetXTweetRepliesResponseTimelineItemMediaVideoItem",
+ "type": "object"
+}
addedOutput schema / $defs / GetXTweetRepliesResponseTimelineItemMediaVideoItemVariantsItem
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "bitrate": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Video bitrate when provided.",
+ "title": "Bitrate"
+ },
+ "content_type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "MIME type for the media variant.",
+ "title": "Content Type"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "HTTPS URL for the media variant.",
+ "title": "Url"
+ }
+ },
+ "title": "GetXTweetRepliesResponseTimelineItemMediaVideoItemVariantsItem",
+ "type": "object"
+}