changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "attribution": {
+ "description": "Cite as \"Data by football-charts.com\"",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "first_goal_bins": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "count": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "time": {
+ "$ref": "#/properties/team"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "league": {
+ "$ref": "#/properties/team"
+ },
+ "matches": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "away": {
+ "$ref": "#/properties/team"
+ },
+ "date": {
+ "$ref": "#/properties/team"
+ },
+ "first_goal_time": {
+ "$ref": "#/properties/team"
+ },
+ "home": {
+ "$ref": "#/properties/team"
+ },
+ "ht": {
+ "$ref": "#/properties/team"
+ },
+ "outcome": {
+ "$ref": "#/properties/team",
+ "description": "'W' | 'D' | 'L'"
+ },
+ "score": {
+ "$ref": "#/properties/team"
+ },
+ "time": {
+ "$ref": "#/properties/team"
+ },
+ "venue": {
+ "$ref": "#/properties/team",
+ "description": "'H' or 'A'"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "ranking": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "avg_goals_conceded": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/avg_goals_scored"
+ },
+ "avg_goals_scored": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/expected_points"
+ },
+ "clean_sheets": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "drawn": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "expected_points": {
+ "description": "Points the underlying numbers say the team should have"
+ },
+ "expected_position": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "goal_difference": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "goals_against": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "goals_for": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "last_5_form": {
+ "$ref": "#/properties/team",
+ "description": "Latest results as letters, e.g. 'WWDLW'"
+ },
+ "last_5_points": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "lost": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "luck_category": {
+ "$ref": "#/properties/team",
+ "description": "'lucky' | 'fair' | 'unlucky'"
+ },
+ "luck_difference": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/expected_points",
+ "description": "points − expected_points; positive = ahead of the numbers"
+ },
+ "over_25_percentage": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/avg_goals_scored"
+ },
+ "played": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "points": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ },
+ "position": {},
+ "team": {
+ "type": "string"
+ },
+ "won": {
+ "$ref": "#/properties/ranking/anyOf/0/properties/position"
+ }
+ },
+ "required": [
+ "team"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The team's table row"
+ },
+ "season": {
+ "$ref": "#/properties/team"
+ },
+ "seasons": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "slug": {
+ "$ref": "#/properties/team"
+ },
+ "team": {}
+ },
+ "type": "object"
+}