changedOutput schema / additionalProperties
Previous value: -{}New value: +false
removedOutput schema / properties / count
Removed value: -{
- "type": "number"
-}
addedOutput schema / properties / creator
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "aiSummary": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "audienceSummary": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "avatarUrl": {
+ "anyOf": [
+ {
+ "format": "uri",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "bio": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "brandAlignment": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "contentThemes": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "format": "uuid",
+ "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
+ "type": "string"
+ },
+ "keyFacts": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "profiles": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "engagementRate": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "followers": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "platform": {
+ "type": "string"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "format": "uri",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "username": {
+ "type": "string"
+ },
+ "verified": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "platform",
+ "username",
+ "url",
+ "followers",
+ "engagementRate",
+ "verified"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "vibe": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "bio",
+ "avatarUrl",
+ "aiSummary",
+ "audienceSummary",
+ "brandAlignment",
+ "contentThemes",
+ "keyFacts",
+ "vibe",
+ "profiles"
+ ],
+ "type": "object"
+}
removedOutput schema / properties / data
Removed value: -{}
removedOutput schema / properties / has_more
Removed value: -{
- "type": "boolean"
-}
removedOutput schema / properties / next_cursor
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
-}
removedOutput schema / properties / not_found
Removed value: -{
- "items": {},
- "type": "array"
-}
removedOutput schema / properties / ok
Removed value: -{
- "type": "boolean"
-}
addedOutput schema / properties / posts
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "caption": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "comments": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "engagementRate": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "likes": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "platform": {
+ "type": "string"
+ },
+ "postedAt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "thumbnailUrl": {
+ "anyOf": [
+ {
+ "format": "uri",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "url": {
+ "anyOf": [
+ {
+ "format": "uri",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "views": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "platform",
+ "url",
+ "postedAt",
+ "type",
+ "caption",
+ "thumbnailUrl",
+ "likes",
+ "comments",
+ "views",
+ "engagementRate"
+ ],
+ "type": "object"
+ },
+ "maxItems": 6,
+ "type": "array"
+}
addedOutput schema / properties / postsUnavailable
Added value: +{
+ "type": "boolean"
+}
removedOutput schema / properties / results
Removed value: -{
- "items": {},
- "type": "array"
-}
removedOutput schema / properties / suggested_followups
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "reason": {
- "type": "string"
- },
- "tool": {
- "type": "string"
- }
- },
- "required": [
- "tool",
- "reason"
- ],
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / view
Added value: +{
+ "const": "profile",
+ "type": "string"
+}
addedOutput schema / required
Added value: +[
+ "view",
+ "creator",
+ "posts",
+ "postsUnavailable"
+]