changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "canonicalUrl": {
+ "format": "uri",
+ "type": "string"
+ },
+ "constructors": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "colour": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "constructorName": {
+ "type": "string"
+ },
+ "logoUrl": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "points": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "position": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "position",
+ "points",
+ "constructorName",
+ "colour",
+ "logoUrl"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "drivers": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "driverName": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "driverNumber": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "headshotUrl": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "points": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "position": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "position",
+ "points",
+ "driverNumber",
+ "driverName",
+ "headshotUrl"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sessionKey": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "sourceUrl": {
+ "format": "uri",
+ "type": "string"
+ },
+ "year": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "year",
+ "sessionKey",
+ "canonicalUrl",
+ "sourceUrl",
+ "drivers",
+ "constructors"
+ ],
+ "type": "object"
+}