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"
+ ]
+ },
+ "current_season": {
+ "$ref": "#/properties/league"
+ },
+ "league": {},
+ "season": {
+ "$ref": "#/properties/league"
+ },
+ "season_state": {
+ "$ref": "#/properties/league",
+ "description": "'in_season' or 'finished'"
+ },
+ "table": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "avg_goals_conceded": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/avg_goals_scored"
+ },
+ "avg_goals_scored": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/expected_points"
+ },
+ "clean_sheets": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "drawn": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "expected_points": {
+ "description": "Points the underlying numbers say the team should have"
+ },
+ "expected_position": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "goal_difference": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "goals_against": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "goals_for": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "last_5_form": {
+ "$ref": "#/properties/league",
+ "description": "Latest results as letters, e.g. 'WWDLW'"
+ },
+ "last_5_points": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "lost": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "luck_category": {
+ "$ref": "#/properties/league",
+ "description": "'lucky' | 'fair' | 'unlucky'"
+ },
+ "luck_difference": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/expected_points",
+ "description": "points − expected_points; positive = ahead of the numbers"
+ },
+ "over_25_percentage": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/avg_goals_scored"
+ },
+ "played": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "points": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ },
+ "position": {},
+ "team": {
+ "type": "string"
+ },
+ "won": {
+ "$ref": "#/properties/table/anyOf/0/items/properties/position"
+ }
+ },
+ "required": [
+ "team"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "view": {
+ "$ref": "#/properties/league"
+ }
+ },
+ "type": "object"
+}