addedInput schema / additionalProperties
Added value: +false
addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / properties / evidence_summary / description
Added value: +"Human-readable evidence summary; null when unavailable."
removedOutput schema / properties / evidence_summary / oneOf
Removed value: -[
- {
- "description": "Human-readable evidence summary; null when unavailable.",
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / evidence_summary / type
Added value: +[
+ "null",
+ "string"
+]
addedOutput schema / properties / growth_rate / description
Added value: +"Weighted mention growth versus the previous 24h; null when no baseline exists."
removedOutput schema / properties / growth_rate / oneOf
Removed value: -[
- {
- "description": "Weighted mention growth versus the previous 24h; null when no baseline exists.",
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / growth_rate / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / hide_reason / description
Added value: +"Why the signal should be hidden: no_data, insufficient_baseline, insufficient_sample, or not_burst; null when displayable."
removedOutput schema / properties / hide_reason / oneOf
Removed value: -[
- {
- "description": "Why the signal should be hidden: no_data, insufficient_baseline, insufficient_sample, or not_burst; null when displayable.",
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / hide_reason / type
Added value: +[
+ "null",
+ "string"
+]
addedOutput schema / properties / platform_breakdown / items / additionalProperties
Added value: +false
addedOutput schema / properties / platform_breakdown / items / properties / growth_rate / description
Added value: +"Weighted mention growth versus the previous window; null when no baseline exists."
removedOutput schema / properties / platform_breakdown / items / properties / growth_rate / oneOf
Removed value: -[
- {
- "description": "Weighted mention growth versus the previous window; null when no baseline exists.",
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / platform_breakdown / items / properties / growth_rate / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / platform_breakdown / items / properties / sentiment_score / description
Added value: +"Platform sentiment score; null when unavailable."
removedOutput schema / properties / platform_breakdown / items / properties / sentiment_score / oneOf
Removed value: -[
- {
- "description": "Platform sentiment score; null when unavailable.",
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / platform_breakdown / items / properties / sentiment_score / type
Added value: +[
+ "null",
+ "number"
+]
changedOutput schema / properties / platform_breakdown / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]