changedOutput schema / properties / ui_blocks / items / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "center": {
- "items": [
- {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- }
- ],
- "type": "array"
- },
- "stop": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "id": {
- "type": "string"
- },
- "lat": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "lng": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "id",
- "name",
- "lat",
- "lng"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "vehicles": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "bearing": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "eta_minutes": {
- "anyOf": [
- {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "eta_status": {
- "enum": [
- "assigned",
- "unassigned"
- ],
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "lat": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "lng": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "next_stop_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "route": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "id",
- "route",
- "lat",
- "lng",
- "bearing",
- "next_stop_id",
- "eta_minutes",
- "eta_status"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "zoom": {
- "type": "number"
- }
- },
- "required": [
- "center",
- "zoom",
- "stop",
- "vehicles"
- ],
- "type": "object"
- },
- "type": {
- "const": "map",
- "type": "string"
- }
- },
- "required": [
- "type",
- "data"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "arrivals": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "arrival_minutes": {
- "anyOf": [
- {
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "bearing": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "direction": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "lat": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "lng": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "route": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "vehicle_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "vehicle_type": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "route",
- "direction",
- "vehicle_type",
- "arrival_minutes",
- "vehicle_id",
- "lat",
- "lng",
- "bearing"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "stop": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "id": {
- "type": "string"
- },
- "lat": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "lng": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "id",
- "name",
- "lat",
- "lng"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "stop",
- "arrivals"
- ],
- "type": "object"
- },
- "type": {
- "const": "arrival_list",
- "type": "string"
- }
- },
- "required": [
- "type",
- "data"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": false,
+ "properties": {
+ "center": {
+ "additionalItems": false,
+ "items": [
+ {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ ],
+ "maxItems": 2,
+ "minItems": 2,
+ "type": "array"
+ },
+ "stop": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "lat": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "lng": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "lat",
+ "lng"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "vehicles": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "bearing": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "eta_minutes": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "eta_status": {
+ "enum": [
+ "assigned",
+ "unassigned"
+ ],
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "lat": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "lng": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "next_stop_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "route": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "route",
+ "lat",
+ "lng",
+ "bearing",
+ "next_stop_id",
+ "eta_minutes",
+ "eta_status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "zoom": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "center",
+ "zoom",
+ "stop",
+ "vehicles"
+ ],
+ "type": "object"
+ },
+ "type": {
+ "const": "map",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "data"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": false,
+ "properties": {
+ "arrivals": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "arrival_minutes": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "bearing": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "direction": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "lat": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "lng": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "route": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vehicle_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vehicle_type": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "route",
+ "direction",
+ "vehicle_type",
+ "arrival_minutes",
+ "vehicle_id",
+ "lat",
+ "lng",
+ "bearing"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "stop": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "lat": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "lng": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "lat",
+ "lng"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "stop",
+ "arrivals"
+ ],
+ "type": "object"
+ },
+ "type": {
+ "const": "arrival_list",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "data"
+ ],
+ "type": "object"
+ }
+]