addedInput schema / additionalProperties
Added value: +false
addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / properties / hide_reason / description
Added value: +"no_data or insufficient_evidence when topics should be hidden; null when displayable."
removedOutput schema / properties / hide_reason / oneOf
Removed value: -[
- {
- "description": "no_data or insufficient_evidence when topics should be hidden; null when displayable.",
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / hide_reason / type
Added value: +[
+ "null",
+ "string"
+]
addedOutput schema / properties / topics / items / additionalProperties
Added value: +false
addedOutput schema / properties / topics / items / properties / evidence_posts / items / additionalProperties
Added value: +false
changedOutput schema / properties / topics / items / properties / evidence_posts / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]
changedOutput schema / properties / topics / items / properties / platforms / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]
addedOutput schema / properties / topics / items / properties / sentiment_score / description
Added value: +"Average topic sentiment; null when unavailable."
removedOutput schema / properties / topics / items / properties / sentiment_score / oneOf
Removed value: -[
- {
- "description": "Average topic sentiment; null when unavailable.",
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / topics / items / properties / sentiment_score / type
Added value: +[
+ "null",
+ "number"
+]
changedOutput schema / properties / topics / items / properties / topic_titles / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]
changedOutput schema / properties / topics / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]