changedOutput schema / $defs / GetXUserTimelineResponseTimelineItem / properties / display_text_range / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXUserTimelineResponseTimelineItemDisplayTextRangeItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / GetXUserTimelineResponseTimelineItem / 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 / GetXUserTimelineResponseTimelineItem / properties / media / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXUserTimelineResponseTimelineItemMediaItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/GetXUserTimelineResponseTimelineItemMedia"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / GetXUserTimelineResponseTimelineItem / 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 / GetXUserTimelineResponseTimelineItem / properties / media / title
Removed value: -"Media"
removedOutput schema / $defs / GetXUserTimelineResponseTimelineItemDisplayTextRangeItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "GetXUserTimelineResponseTimelineItemDisplayTextRangeItem",
- "type": "object"
-}
changedOutput schema / $defs / GetXUserTimelineResponseTimelineItemEntitiesHashtagsItem / properties / indices / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXUserTimelineResponseTimelineItemEntitiesHashtagsItemIndicesItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / GetXUserTimelineResponseTimelineItemEntitiesHashtagsItem / 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 / GetXUserTimelineResponseTimelineItemEntitiesHashtagsItemIndicesItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "GetXUserTimelineResponseTimelineItemEntitiesHashtagsItemIndicesItem",
- "type": "object"
-}
changedOutput schema / $defs / GetXUserTimelineResponseTimelineItemEntitiesUserMentionsItem / properties / indices / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXUserTimelineResponseTimelineItemEntitiesUserMentionsItemIndicesItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / GetXUserTimelineResponseTimelineItemEntitiesUserMentionsItem / 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 / GetXUserTimelineResponseTimelineItemEntitiesUserMentionsItemIndicesItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "GetXUserTimelineResponseTimelineItemEntitiesUserMentionsItemIndicesItem",
- "type": "object"
-}
addedOutput schema / $defs / GetXUserTimelineResponseTimelineItemMedia
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "photo": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/GetXUserTimelineResponseTimelineItemMediaPhotoItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Photo media items when present.",
+ "title": "Photo"
+ },
+ "video": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/GetXUserTimelineResponseTimelineItemMediaVideoItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Video media items when present.",
+ "title": "Video"
+ }
+ },
+ "title": "GetXUserTimelineResponseTimelineItemMedia",
+ "type": "object"
+}
removedOutput schema / $defs / GetXUserTimelineResponseTimelineItemMediaItem
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": "GetXUserTimelineResponseTimelineItemMediaItem",
- "type": "object"
-}
addedOutput schema / $defs / GetXUserTimelineResponseTimelineItemMediaPhotoItem
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": "GetXUserTimelineResponseTimelineItemMediaPhotoItem",
+ "type": "object"
+}
addedOutput schema / $defs / GetXUserTimelineResponseTimelineItemMediaVideoItem
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/GetXUserTimelineResponseTimelineItemMediaVideoItemVariantsItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Available video quality variants when present.",
+ "title": "Variants"
+ }
+ },
+ "title": "GetXUserTimelineResponseTimelineItemMediaVideoItem",
+ "type": "object"
+}
addedOutput schema / $defs / GetXUserTimelineResponseTimelineItemMediaVideoItemVariantsItem
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": "GetXUserTimelineResponseTimelineItemMediaVideoItemVariantsItem",
+ "type": "object"
+}