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"
+ ]
+ },
+ "projection": {
+ "additionalProperties": true,
+ "properties": {
+ "deltas_vs_prev": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "additionalProperties": true,
+ "properties": {
+ "bottom3": {
+ "$ref": "#/properties/projection/properties/teams/additionalProperties/properties/title"
+ },
+ "title": {
+ "$ref": "#/properties/projection/properties/teams/additionalProperties/properties/title"
+ },
+ "top4": {
+ "$ref": "#/properties/projection/properties/teams/additionalProperties/properties/title"
+ }
+ },
+ "type": "object"
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Change since the previous run"
+ },
+ "expected_remaining": {
+ "$ref": "#/properties/projection/properties/n_sims"
+ },
+ "league": {},
+ "n_sims": {},
+ "partial_schedule": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "run_date": {
+ "$ref": "#/properties/projection/properties/league"
+ },
+ "scheduled_remaining": {
+ "$ref": "#/properties/projection/properties/n_sims"
+ },
+ "season": {
+ "$ref": "#/properties/projection/properties/league"
+ },
+ "teams": {
+ "additionalProperties": {
+ "additionalProperties": true,
+ "properties": {
+ "bottom1": {
+ "$ref": "#/properties/projection/properties/teams/additionalProperties/properties/title"
+ },
+ "bottom2": {
+ "$ref": "#/properties/projection/properties/teams/additionalProperties/properties/title"
+ },
+ "bottom3": {
+ "$ref": "#/properties/projection/properties/teams/additionalProperties/properties/title",
+ "description": "Relegation-zone probability (bottom three)"
+ },
+ "gd_now": {
+ "$ref": "#/properties/projection/properties/n_sims"
+ },
+ "mean_pts": {
+ "$ref": "#/properties/projection/properties/teams/additionalProperties/properties/title"
+ },
+ "p10_pts": {
+ "$ref": "#/properties/projection/properties/n_sims"
+ },
+ "p90_pts": {
+ "$ref": "#/properties/projection/properties/n_sims"
+ },
+ "played": {
+ "$ref": "#/properties/projection/properties/n_sims"
+ },
+ "position_matrix": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Probability of finishing 1st…last"
+ },
+ "pts_now": {
+ "$ref": "#/properties/projection/properties/n_sims"
+ },
+ "title": {},
+ "top4": {
+ "$ref": "#/properties/projection/properties/teams/additionalProperties/properties/title"
+ }
+ },
+ "type": "object"
+ },
+ "description": "Keyed by team name",
+ "type": "object"
+ }
+ },
+ "required": [
+ "teams"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "projection"
+ ],
+ "type": "object"
+}