addedOutput schema / $defs / GetXUserInfoResponseBusinessAccount
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "affiliates_count": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Number of affiliate accounts when provided.",
+ "title": "Affiliates Count"
+ },
+ "category": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/GetXUserInfoResponseBusinessAccountCategory"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Business category metadata when provided."
+ }
+ },
+ "title": "GetXUserInfoResponseBusinessAccount",
+ "type": "object"
+}
addedOutput schema / $defs / GetXUserInfoResponseBusinessAccountCategory
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Business category id.",
+ "title": "Id"
+ },
+ "name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Business category name.",
+ "title": "Name"
+ }
+ },
+ "title": "GetXUserInfoResponseBusinessAccountCategory",
+ "type": "object"
+}
removedOutput schema / $defs / GetXUserInfoResponseBusinessAccountItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "category": {
- "anyOf": [
- {
- "$ref": "#/$defs/GetXUserInfoResponseBusinessAccountItemCategory"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Business category metadata when provided."
- }
- },
- "title": "GetXUserInfoResponseBusinessAccountItem",
- "type": "object"
-}
removedOutput schema / $defs / GetXUserInfoResponseBusinessAccountItemCategory
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Business category id.",
- "title": "Id"
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Business category name.",
- "title": "Name"
- }
- },
- "title": "GetXUserInfoResponseBusinessAccountItemCategory",
- "type": "object"
-}
removedOutput schema / $defs / GetXUserInfoResponsePinnedTweetIdsStrItem
Removed value: -{
- "additionalProperties": true,
- "properties": {
- "tweet_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Numeric tweet id.",
- "title": "Tweet Id"
- }
- },
- "title": "GetXUserInfoResponsePinnedTweetIdsStrItem",
- "type": "object"
-}
changedOutput schema / properties / business_account / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXUserInfoResponseBusinessAccountItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/GetXUserInfoResponseBusinessAccount"
+ },
+ {
+ "type": "null"
+ }
+]
changedOutput schema / properties / business_account / description
Previous value: -"Business account metadata when present (object with counts or array entries depending on the provider response)."New value: +"Business account metadata when present (object with counts or empty array from the provider when not applicable)."
removedOutput schema / properties / business_account / title
Removed value: -"Business Account"
changedOutput schema / properties / pinned_tweet_ids_str / anyOf
Previous value: -[
- {
- "items": {
- "$ref": "#/$defs/GetXUserInfoResponsePinnedTweetIdsStrItem"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]