changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "away_team": {
+ "description": "Away team name",
+ "type": "string"
+ },
+ "bookmakers": {
+ "items": {
+ "properties": {
+ "key": {
+ "description": "Bookmaker key",
+ "type": "string"
+ },
+ "last_update": {
+ "description": "Last odds update time",
+ "type": "string"
+ },
+ "markets": {
+ "items": {
+ "properties": {
+ "key": {
+ "description": "Market type (h2h, spreads, player_props_*)",
+ "type": "string"
+ },
+ "last_update": {
+ "description": "Market last update time",
+ "type": "string"
+ },
+ "outcomes": {
+ "items": {
+ "properties": {
+ "name": {
+ "description": "Outcome name",
+ "type": "string"
+ },
+ "point": {
+ "description": "Spread/total point (if applicable)",
+ "type": "number"
+ },
+ "price": {
+ "description": "Odds value",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Bookmaker name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "commence_time": {
+ "description": "Event start time",
+ "type": "string"
+ },
+ "home_team": {
+ "description": "Home team name",
+ "type": "string"
+ },
+ "id": {
+ "description": "Event ID",
+ "type": "string"
+ },
+ "sport_key": {
+ "description": "Sport key",
+ "type": "string"
+ },
+ "sport_title": {
+ "description": "Sport title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}