changedOutput schema / $defs / SearchXResponseTimelineItem / properties / display_text_range / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/SearchXResponseTimelineItemDisplayTextRangeItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / SearchXResponseTimelineItem / 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 / SearchXResponseTimelineItem / properties / media / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/SearchXResponseTimelineItemMediaItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/SearchXResponseTimelineItemMedia"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / SearchXResponseTimelineItem / 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 / SearchXResponseTimelineItem / properties / media / title
Removed value: -"Media"
removedOutput schema / $defs / SearchXResponseTimelineItemDisplayTextRangeItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "SearchXResponseTimelineItemDisplayTextRangeItem",
- "type": "object"
-}
changedOutput schema / $defs / SearchXResponseTimelineItemEntitiesHashtagsItem / properties / indices / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/SearchXResponseTimelineItemEntitiesHashtagsItemIndicesItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / SearchXResponseTimelineItemEntitiesHashtagsItem / 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 / SearchXResponseTimelineItemEntitiesHashtagsItemIndicesItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "SearchXResponseTimelineItemEntitiesHashtagsItemIndicesItem",
- "type": "object"
-}
changedOutput schema / $defs / SearchXResponseTimelineItemEntitiesUserMentionsItem / properties / indices / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/SearchXResponseTimelineItemEntitiesUserMentionsItemIndicesItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "integer"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / $defs / SearchXResponseTimelineItemEntitiesUserMentionsItem / 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 / SearchXResponseTimelineItemEntitiesUserMentionsItemIndicesItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "index": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Character index in the tweet text.",
- "title": "Index"
- }
- },
- "title": "SearchXResponseTimelineItemEntitiesUserMentionsItemIndicesItem",
- "type": "object"
-}
addedOutput schema / $defs / SearchXResponseTimelineItemMedia
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "photo": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/SearchXResponseTimelineItemMediaPhotoItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Photo media items when present.",
+ "title": "Photo"
+ },
+ "video": {
+ "anyOf": [
+ {
+ "items": {
+ "$ref": "#/$defs/SearchXResponseTimelineItemMediaVideoItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Video media items when present.",
+ "title": "Video"
+ }
+ },
+ "title": "SearchXResponseTimelineItemMedia",
+ "type": "object"
+}
removedOutput schema / $defs / SearchXResponseTimelineItemMediaItem
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": "SearchXResponseTimelineItemMediaItem",
- "type": "object"
-}
addedOutput schema / $defs / SearchXResponseTimelineItemMediaPhotoItem
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": "SearchXResponseTimelineItemMediaPhotoItem",
+ "type": "object"
+}
addedOutput schema / $defs / SearchXResponseTimelineItemMediaVideoItem
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/SearchXResponseTimelineItemMediaVideoItemVariantsItem"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Available video quality variants when present.",
+ "title": "Variants"
+ }
+ },
+ "title": "SearchXResponseTimelineItemMediaVideoItem",
+ "type": "object"
+}
addedOutput schema / $defs / SearchXResponseTimelineItemMediaVideoItemVariantsItem
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": "SearchXResponseTimelineItemMediaVideoItemVariantsItem",
+ "type": "object"
+}