addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / include_markets / type
Previous value: -"boolean"New value: +[
+ "null",
+ "boolean"
+]
changedInput schema / properties / venue / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]
addedOutput schema / additionalProperties
Added value: +false
addedOutput schema / properties / cross_venue_divergence / description
Added value: +"nullable"
removedOutput schema / properties / cross_venue_divergence / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / cross_venue_divergence / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / daily_ranking / additionalProperties
Added value: +false
addedOutput schema / properties / daily_ranking / description
Added value: +"nullable"
removedOutput schema / properties / daily_ranking / oneOf
Removed value: -[
- {
- "properties": {
- "daily_rank_by_venue": {
- "additionalProperties": {
- "properties": {
- "fastest_rising": {
- "oneOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "volume_delta": {
- "oneOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "type": "object"
- },
- "probability_delta_today": {
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "volume_delta_usd_today": {
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / daily_ranking / properties
Added value: +{
+ "daily_rank_by_venue": {
+ "additionalProperties": {
+ "additionalProperties": false,
+ "properties": {
+ "fastest_rising": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "integer"
+ ]
+ },
+ "volume_delta": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "integer"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "object"
+ },
+ "probability_delta_today": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "number"
+ ]
+ },
+ "volume_delta_usd_today": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "number"
+ ]
+ }
+}
addedOutput schema / properties / daily_ranking / type
Added value: +[
+ "null",
+ "object"
+]
addedOutput schema / properties / depth_summary / additionalProperties
Added value: +false
addedOutput schema / properties / depth_summary / description
Added value: +"nullable"
removedOutput schema / properties / depth_summary / oneOf
Removed value: -[
- {
- "properties": {
- "best_no_ask": {
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "best_no_bid": {
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "best_yes_ask": {
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "best_yes_bid": {
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "spread_yes": {
- "oneOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / depth_summary / properties
Added value: +{
+ "best_no_ask": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "number"
+ ]
+ },
+ "best_no_bid": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "number"
+ ]
+ },
+ "best_yes_ask": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "number"
+ ]
+ },
+ "best_yes_bid": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "number"
+ ]
+ },
+ "spread_yes": {
+ "description": "nullable",
+ "type": [
+ "null",
+ "number"
+ ]
+ }
+}
addedOutput schema / properties / depth_summary / type
Added value: +[
+ "null",
+ "object"
+]
addedOutput schema / properties / directional_context / additionalProperties
Added value: +true
addedOutput schema / properties / event_identity / additionalProperties
Added value: +false
addedOutput schema / properties / event_identity / properties / category_ai_primary / description
Added value: +"nullable"
removedOutput schema / properties / event_identity / properties / category_ai_primary / oneOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / event_identity / properties / category_ai_primary / type
Added value: +[
+ "null",
+ "string"
+]
changedOutput schema / properties / event_identity / properties / status_tags / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]
addedOutput schema / properties / markets / items / additionalProperties
Added value: +false
addedOutput schema / properties / markets / items / properties / liquidity_usd / description
Added value: +"nullable"
removedOutput schema / properties / markets / items / properties / liquidity_usd / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / markets / items / properties / liquidity_usd / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / markets / items / properties / market_category_ai_primary / description
Added value: +"nullable"
removedOutput schema / properties / markets / items / properties / market_category_ai_primary / oneOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / markets / items / properties / market_category_ai_primary / type
Added value: +[
+ "null",
+ "string"
+]
addedOutput schema / properties / markets / items / properties / mid_yes_probability / description
Added value: +"nullable"
removedOutput schema / properties / markets / items / properties / mid_yes_probability / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / markets / items / properties / mid_yes_probability / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / markets / items / properties / price_bar_time / description
Added value: +"nullable"
removedOutput schema / properties / markets / items / properties / price_bar_time / oneOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / markets / items / properties / price_bar_time / type
Added value: +[
+ "null",
+ "string"
+]
addedOutput schema / properties / markets / items / properties / probability_change_6h / description
Added value: +"nullable"
removedOutput schema / properties / markets / items / properties / probability_change_6h / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / markets / items / properties / probability_change_6h / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / markets / items / properties / volume_24h_usd / description
Added value: +"nullable"
removedOutput schema / properties / markets / items / properties / volume_24h_usd / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / markets / items / properties / volume_24h_usd / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / markets / items / properties / volume_total_usd / description
Added value: +"nullable"
removedOutput schema / properties / markets / items / properties / volume_total_usd / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / markets / items / properties / volume_total_usd / type
Added value: +[
+ "null",
+ "number"
+]
changedOutput schema / properties / markets / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]
changedOutput schema / properties / missing_sources / type
Previous value: -"array"New value: +[
+ "null",
+ "array"
+]
addedOutput schema / properties / outcome_probabilities / additionalProperties
Added value: +false
addedOutput schema / properties / outcome_probabilities / properties / no_probability / description
Added value: +"nullable"
removedOutput schema / properties / outcome_probabilities / properties / no_probability / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / outcome_probabilities / properties / no_probability / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / outcome_probabilities / properties / probability_change_1h / description
Added value: +"nullable"
removedOutput schema / properties / outcome_probabilities / properties / probability_change_1h / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / outcome_probabilities / properties / probability_change_1h / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / outcome_probabilities / properties / probability_change_24h / description
Added value: +"nullable"
removedOutput schema / properties / outcome_probabilities / properties / probability_change_24h / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / outcome_probabilities / properties / probability_change_24h / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / outcome_probabilities / properties / probability_change_6h / description
Added value: +"nullable"
removedOutput schema / properties / outcome_probabilities / properties / probability_change_6h / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / outcome_probabilities / properties / probability_change_6h / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / outcome_probabilities / properties / yes_probability / description
Added value: +"nullable"
removedOutput schema / properties / outcome_probabilities / properties / yes_probability / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / outcome_probabilities / properties / yes_probability / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / volume_flow / additionalProperties
Added value: +false
addedOutput schema / properties / volume_flow / properties / total_liquidity_usd / description
Added value: +"nullable"
removedOutput schema / properties / volume_flow / properties / total_liquidity_usd / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / volume_flow / properties / total_liquidity_usd / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / volume_flow / properties / total_volume_usd_24h / description
Added value: +"nullable"
removedOutput schema / properties / volume_flow / properties / total_volume_usd_24h / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / volume_flow / properties / total_volume_usd_24h / type
Added value: +[
+ "null",
+ "number"
+]
addedOutput schema / properties / volume_flow / properties / volume_delta_usd_today / description
Added value: +"nullable"
removedOutput schema / properties / volume_flow / properties / volume_delta_usd_today / oneOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / volume_flow / properties / volume_delta_usd_today / type
Added value: +[
+ "null",
+ "number"
+]