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 / reasons / items / additionalProperties
Added value: +false
addedOutput schema / properties / creators / items / properties / reasons / items / properties
Added value: +{
+ "evidenceQuote": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "provenance": {
+ "enum": [
+ "post_evidence",
+ "profile_fact",
+ "inferred"
+ ],
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ }
+}
addedOutput schema / properties / creators / items / properties / reasons / items / required
Added value: +[
+ "text",
+ "provenance",
+ "evidenceQuote"
+]
changedOutput schema / properties / creators / items / properties / reasons / items / type
Previous value: -"string"New value: +"object"
changedOutput schema / properties / creators / items / required
Previous value: -[
- "id",
- "name",
- "bio",
- "avatarUrl",
- "aiSummary",
- "audienceSummary",
- "brandAlignment",
- "contentThemes",
- "keyFacts",
- "vibe",
- "profiles",
- "matchScore",
- "decision",
- "reasons"
-]New value: +[
+ "id",
+ "name",
+ "bio",
+ "avatarUrl",
+ "aiSummary",
+ "analysisUpdatedAt",
+ "analysisFactCount",
+ "audienceSummary",
+ "contentThemes",
+ "vibe",
+ "profiles",
+ "matchScore",
+ "decision",
+ "reasons"
+]