changedOutput schema / properties / routes / items / properties / steps / items / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "distanceMeters": {
- "type": "number"
- },
- "durationMinutes": {
- "type": "number"
- },
- "instruction": {
- "type": "string"
- },
- "roadCrossings": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "confidence": {
- "const": "high",
- "type": "string"
- },
- "distanceFromStartMeters": {
- "minimum": 0,
- "type": "number"
- },
- "evidence": {
- "enum": [
- "mapped-crossing",
- "short-road-traversal"
- ],
- "type": "string"
- },
- "location": {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "description": "Latitude in decimal degrees",
- "maximum": 90,
- "minimum": -90,
- "type": "number"
- },
- "lng": {
- "description": "Longitude in decimal degrees",
- "maximum": 180,
- "minimum": -180,
- "type": "number"
- }
- },
- "required": [
- "lat",
- "lng"
- ],
- "type": "object"
- }
- },
- "required": [
- "location",
- "distanceFromStartMeters",
- "evidence",
- "confidence"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "roadCrossingsTotal": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "roadCrossingsTruncated": {
- "type": "boolean"
- },
- "toStop": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "const": "walk",
- "type": "string"
- }
- },
- "required": [
- "type",
- "toStop"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "alightAt": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "alightingRoadCrossing": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "confidence": {
- "const": "high",
- "type": "string"
- },
- "status": {
- "const": "required",
- "type": "string"
- }
- },
- "required": [
- "status",
- "confidence"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "status": {
- "const": "unknown",
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- }
- ]
- },
- "boardAt": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "boardingRoadCrossing": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "confidence": {
- "const": "high",
- "type": "string"
- },
- "status": {
- "const": "required",
- "type": "string"
- }
- },
- "required": [
- "status",
- "confidence"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "status": {
- "const": "unknown",
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- }
- ]
- },
- "currency": {
- "type": "string"
- },
- "fare": {
- "type": "number"
- },
- "instruction": {
- "type": "string"
- },
- "route": {
- "type": "string"
- },
- "stopCount": {
- "type": "number"
- },
- "toward": {
- "type": "string"
- },
- "type": {
- "const": "ride",
- "type": "string"
- }
- },
- "required": [
- "type",
- "boardAt",
- "alightAt"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "distanceMeters": {
+ "type": "number"
+ },
+ "durationMinutes": {
+ "type": "number"
+ },
+ "instruction": {
+ "type": "string"
+ },
+ "roadCrossings": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "confidence": {
+ "const": "high",
+ "type": "string"
+ },
+ "distanceFromStartMeters": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "evidence": {
+ "enum": [
+ "mapped-crossing",
+ "short-road-traversal"
+ ],
+ "type": "string"
+ },
+ "location": {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "description": "Latitude in decimal degrees",
+ "maximum": 90,
+ "minimum": -90,
+ "type": "number"
+ },
+ "lng": {
+ "description": "Longitude in decimal degrees",
+ "maximum": 180,
+ "minimum": -180,
+ "type": "number"
+ }
+ },
+ "required": [
+ "lat",
+ "lng"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "location",
+ "distanceFromStartMeters",
+ "evidence",
+ "confidence"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "roadCrossingsTotal": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "roadCrossingsTruncated": {
+ "type": "boolean"
+ },
+ "toStop": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "type": {
+ "const": "walk",
+ "type": "string"
+ },
+ "unverifiedEndpointMeters": {
+ "minimum": 0,
+ "type": "number"
+ }
+ },
+ "required": [
+ "type",
+ "toStop"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "alightAt": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "alightingRoadCrossing": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "confidence": {
+ "const": "high",
+ "type": "string"
+ },
+ "status": {
+ "const": "required",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "confidence"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "status": {
+ "const": "unknown",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "boardAt": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "boardingRoadCrossing": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "confidence": {
+ "const": "high",
+ "type": "string"
+ },
+ "status": {
+ "const": "required",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "confidence"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "status": {
+ "const": "unknown",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "currency": {
+ "type": "string"
+ },
+ "fare": {
+ "type": "number"
+ },
+ "instruction": {
+ "type": "string"
+ },
+ "route": {
+ "type": "string"
+ },
+ "stopCount": {
+ "type": "number"
+ },
+ "toward": {
+ "type": "string"
+ },
+ "type": {
+ "const": "ride",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "boardAt",
+ "alightAt"
+ ],
+ "type": "object"
+ }
+]
changedOutput schema / properties / routesRequiringRideConnection / items / properties / steps / items / oneOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "distanceMeters": {
- "type": "number"
- },
- "durationMinutes": {
- "type": "number"
- },
- "instruction": {
- "type": "string"
- },
- "roadCrossings": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "confidence": {
- "const": "high",
- "type": "string"
- },
- "distanceFromStartMeters": {
- "minimum": 0,
- "type": "number"
- },
- "evidence": {
- "enum": [
- "mapped-crossing",
- "short-road-traversal"
- ],
- "type": "string"
- },
- "location": {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "description": "Latitude in decimal degrees",
- "maximum": 90,
- "minimum": -90,
- "type": "number"
- },
- "lng": {
- "description": "Longitude in decimal degrees",
- "maximum": 180,
- "minimum": -180,
- "type": "number"
- }
- },
- "required": [
- "lat",
- "lng"
- ],
- "type": "object"
- }
- },
- "required": [
- "location",
- "distanceFromStartMeters",
- "evidence",
- "confidence"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "roadCrossingsTotal": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "roadCrossingsTruncated": {
- "type": "boolean"
- },
- "toStop": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "const": "walk",
- "type": "string"
- }
- },
- "required": [
- "type",
- "toStop"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "alightAt": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "alightingRoadCrossing": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "confidence": {
- "const": "high",
- "type": "string"
- },
- "status": {
- "const": "required",
- "type": "string"
- }
- },
- "required": [
- "status",
- "confidence"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "status": {
- "const": "unknown",
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- }
- ]
- },
- "boardAt": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "boardingRoadCrossing": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "confidence": {
- "const": "high",
- "type": "string"
- },
- "status": {
- "const": "required",
- "type": "string"
- }
- },
- "required": [
- "status",
- "confidence"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "status": {
- "const": "unknown",
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- }
- ]
- },
- "currency": {
- "type": "string"
- },
- "fare": {
- "type": "number"
- },
- "instruction": {
- "type": "string"
- },
- "route": {
- "type": "string"
- },
- "stopCount": {
- "type": "number"
- },
- "toward": {
- "type": "string"
- },
- "type": {
- "const": "ride",
- "type": "string"
- }
- },
- "required": [
- "type",
- "boardAt",
- "alightAt"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "distanceMeters": {
+ "type": "number"
+ },
+ "durationMinutes": {
+ "type": "number"
+ },
+ "instruction": {
+ "type": "string"
+ },
+ "roadCrossings": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "confidence": {
+ "const": "high",
+ "type": "string"
+ },
+ "distanceFromStartMeters": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "evidence": {
+ "enum": [
+ "mapped-crossing",
+ "short-road-traversal"
+ ],
+ "type": "string"
+ },
+ "location": {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "description": "Latitude in decimal degrees",
+ "maximum": 90,
+ "minimum": -90,
+ "type": "number"
+ },
+ "lng": {
+ "description": "Longitude in decimal degrees",
+ "maximum": 180,
+ "minimum": -180,
+ "type": "number"
+ }
+ },
+ "required": [
+ "lat",
+ "lng"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "location",
+ "distanceFromStartMeters",
+ "evidence",
+ "confidence"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "roadCrossingsTotal": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "roadCrossingsTruncated": {
+ "type": "boolean"
+ },
+ "toStop": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "type": {
+ "const": "walk",
+ "type": "string"
+ },
+ "unverifiedEndpointMeters": {
+ "minimum": 0,
+ "type": "number"
+ }
+ },
+ "required": [
+ "type",
+ "toStop"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "alightAt": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "alightingRoadCrossing": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "confidence": {
+ "const": "high",
+ "type": "string"
+ },
+ "status": {
+ "const": "required",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "confidence"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "status": {
+ "const": "unknown",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "boardAt": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "boardingRoadCrossing": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "confidence": {
+ "const": "high",
+ "type": "string"
+ },
+ "status": {
+ "const": "required",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "confidence"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "status": {
+ "const": "unknown",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "currency": {
+ "type": "string"
+ },
+ "fare": {
+ "type": "number"
+ },
+ "instruction": {
+ "type": "string"
+ },
+ "route": {
+ "type": "string"
+ },
+ "stopCount": {
+ "type": "number"
+ },
+ "toward": {
+ "type": "string"
+ },
+ "type": {
+ "const": "ride",
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "boardAt",
+ "alightAt"
+ ],
+ "type": "object"
+ }
+]
addedOutput schema / properties / skipNote
Added value: +{
+ "type": "string"
+}