changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "away_team": {
+ "description": "Away team name",
+ "type": "string"
+ },
+ "commence_time": {
+ "description": "Event start time (ISO 8601 or unix)",
+ "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"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}