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"
+ ]
+ },
+ "data": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "bins": {
+ "anyOf": [
+ {
+ "additionalProperties": {
+ "type": "number"
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Goals per bin: '0-15','15-30','30-45','45+','46-60','60-75','75-90','90+'"
+ },
+ "first_half_pct": {
+ "$ref": "#/properties/data/anyOf/0/items/properties/late_share_pct"
+ },
+ "late_share_pct": {
+ "description": "% of goals from 75′ on"
+ },
+ "peak_bins": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Bin(s) with most goals — ties are listed; report a tie as a tie"
+ },
+ "peak_goals": {
+ "$ref": "#/properties/stats/anyOf/0/properties/total_goals"
+ },
+ "team": {
+ "type": "string"
+ },
+ "total": {
+ "$ref": "#/properties/stats/anyOf/0/properties/total_goals"
+ }
+ },
+ "required": [
+ "team"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "league": {},
+ "note": {
+ "$ref": "#/properties/league"
+ },
+ "season": {
+ "$ref": "#/properties/league"
+ },
+ "stats": {
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "properties": {
+ "late_goals": {
+ "$ref": "#/properties/stats/anyOf/0/properties/total_goals"
+ },
+ "match_count": {
+ "$ref": "#/properties/stats/anyOf/0/properties/total_goals"
+ },
+ "most_active_period": {
+ "$ref": "#/properties/league"
+ },
+ "total_goals": {}
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "team_filter": {
+ "$ref": "#/properties/league"
+ },
+ "team_not_found": {
+ "$ref": "#/properties/league"
+ },
+ "time_bins": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+}