changedInput schema / properties / creator_ids / description
Previous value: -"Canonical creator IDs returned by an Influship discovery or lookup tool."New value: +"Canonical creator IDs returned by an Influship lookup tool."
addedInput schema / properties / search_id
Added value: +{
+ "description": "Search ID returned by semantic_search_creators. Prefer this for discovery results so exact ranking and evidence are preserved.",
+ "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"
+}
removedInput schema / required
Removed value: -[
- "creator_ids"
-]
addedOutput schema / properties / creators / items / properties / analysisFactCount
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / creators / items / properties / analysisUpdatedAt
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
removedOutput schema / properties / creators / items / properties / brandAlignment
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
removedOutput schema / properties / creators / items / properties / keyFacts
Removed value: -{
- "items": {
- "type": "string"
- },
- "type": "array"
-}
addedOutput schema / properties / creators / items / properties / profiles / items / properties / dataUpdatedAt
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / creators / items / properties / profiles / items / required
Previous value: -[
- "platform",
- "username",
- "url",
- "followers",
- "engagementRate",
- "verified"
-]New value: +[
+ "platform",
+ "username",
+ "url",
+ "followers",
+ "engagementRate",
+ "verified",
+ "dataUpdatedAt"
+]
addedOutput schema / properties / creators / items / properties / searchMatch
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "confidence": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ },
+ "locationUnverified": {
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "lowConfidence": {
+ "type": "boolean"
+ },
+ "reasons": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "evidenceQuote": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "provenance": {
+ "enum": [
+ "post_evidence",
+ "profile_fact",
+ "inferred"
+ ],
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "text",
+ "provenance",
+ "evidenceQuote"
+ ],
+ "type": "object"
+ },
+ "maxItems": 4,
+ "type": "array"
+ },
+ "score": {
+ "maximum": 1,
+ "minimum": 0,
+ "type": "number"
+ }
+ },
+ "required": [
+ "score",
+ "confidence",
+ "lowConfidence",
+ "reasons",
+ "locationUnverified"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / creators / items / required
Previous value: -[
- "id",
- "name",
- "bio",
- "avatarUrl",
- "aiSummary",
- "audienceSummary",
- "brandAlignment",
- "contentThemes",
- "keyFacts",
- "vibe",
- "profiles"
-]New value: +[
+ "id",
+ "name",
+ "bio",
+ "avatarUrl",
+ "aiSummary",
+ "analysisUpdatedAt",
+ "analysisFactCount",
+ "audienceSummary",
+ "contentThemes",
+ "vibe",
+ "profiles",
+ "searchMatch"
+]