changedOutput schema / properties / trotro / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "data": {
- "additionalProperties": false,
- "properties": {
- "complete": {
- "type": "boolean"
- },
- "routeCounts": {
- "additionalProperties": false,
- "properties": {
- "direct": {
- "additionalProperties": false,
- "properties": {
- "returned": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "total": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "truncated": {
- "type": "boolean"
- }
- },
- "required": [
- "total",
- "returned",
- "truncated"
- ],
- "type": "object"
- },
- "rideConnection": {
- "additionalProperties": false,
- "properties": {
- "returned": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "total": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "truncated": {
- "type": "boolean"
- }
- },
- "required": [
- "total",
- "returned",
- "truncated"
- ],
- "type": "object"
- }
- },
- "required": [
- "direct",
- "rideConnection"
- ],
- "type": "object"
- },
- "routes": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "complete": {
- "type": "boolean"
- },
- "currency": {
- "type": "string"
- },
- "destinationStop": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "id": {
- "type": "string"
- },
- "originStop": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "segmentCounts": {
- "additionalProperties": false,
- "properties": {
- "returned": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "total": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "truncated": {
- "type": "boolean"
- }
- },
- "required": [
- "total",
- "returned",
- "truncated"
- ],
- "type": "object"
- },
- "segments": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "alightAt": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "boardAt": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "currency": {
- "type": "string"
- },
- "fare": {
- "type": "number"
- },
- "routeDestination": {
- "type": "string"
- },
- "routeName": {
- "type": "string"
- }
- },
- "required": [
- "boardAt",
- "alightAt"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "totalFare": {
- "type": "number"
- },
- "transferCount": {
- "type": "number"
- },
- "walkingDistanceFromDestinationKm": {
- "type": "number"
- },
- "walkingDistanceToPickupKm": {
- "type": "number"
- }
- },
- "required": [
- "originStop",
- "destinationStop",
- "segments",
- "segmentCounts",
- "complete"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "routesRequiringRideConnection": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "complete": {
- "type": "boolean"
- },
- "currency": {
- "type": "string"
- },
- "destinationStop": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "id": {
- "type": "string"
- },
- "originStop": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "segmentCounts": {
- "additionalProperties": false,
- "properties": {
- "returned": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "total": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "truncated": {
- "type": "boolean"
- }
- },
- "required": [
- "total",
- "returned",
- "truncated"
- ],
- "type": "object"
- },
- "segments": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "alightAt": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "boardAt": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "lat": {
- "type": "number"
- },
- "lng": {
- "type": "number"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "currency": {
- "type": "string"
- },
- "fare": {
- "type": "number"
- },
- "routeDestination": {
- "type": "string"
- },
- "routeName": {
- "type": "string"
- }
- },
- "required": [
- "boardAt",
- "alightAt"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "totalFare": {
- "type": "number"
- },
- "transferCount": {
- "type": "number"
- },
- "walkingDistanceFromDestinationKm": {
- "type": "number"
- },
- "walkingDistanceToPickupKm": {
- "type": "number"
- }
- },
- "required": [
- "originStop",
- "destinationStop",
- "segments",
- "segmentCounts",
- "complete"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "required": [
- "routes",
- "routesRequiringRideConnection",
- "routeCounts",
- "complete"
- ],
- "type": "object"
- },
- "status": {
- "enum": [
- "complete",
- "partial"
- ],
- "type": "string"
- }
- },
- "required": [
- "status",
- "data"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "error": {
- "additionalProperties": false,
- "properties": {
- "code": {
- "enum": [
- "cancelled",
- "timeout",
- "unavailable"
- ],
- "type": "string"
- },
- "message": {
- "type": "string"
- }
- },
- "required": [
- "code",
- "message"
- ],
- "type": "object"
- },
- "status": {
- "const": "failed",
- "type": "string"
- }
- },
- "required": [
- "status",
- "error"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "data": {
+ "additionalProperties": false,
+ "properties": {
+ "complete": {
+ "type": "boolean"
+ },
+ "routeCounts": {
+ "additionalProperties": false,
+ "properties": {
+ "direct": {
+ "additionalProperties": false,
+ "properties": {
+ "returned": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "total": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "truncated"
+ ],
+ "type": "object"
+ },
+ "rideConnection": {
+ "additionalProperties": false,
+ "properties": {
+ "returned": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "total": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "truncated"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "direct",
+ "rideConnection"
+ ],
+ "type": "object"
+ },
+ "routes": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "complete": {
+ "type": "boolean"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "destinationStop": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "originStop": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "segmentCounts": {
+ "additionalProperties": false,
+ "properties": {
+ "returned": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "total": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "truncated"
+ ],
+ "type": "object"
+ },
+ "segments": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "alightAt": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "boardAt": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "currency": {
+ "type": "string"
+ },
+ "fare": {
+ "type": "number"
+ },
+ "routeDestination": {
+ "type": "string"
+ },
+ "routeName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "boardAt",
+ "alightAt"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalFare": {
+ "type": "number"
+ },
+ "transferCount": {
+ "type": "number"
+ },
+ "walkingDistanceFromDestinationKm": {
+ "type": "number"
+ },
+ "walkingDistanceToPickupKm": {
+ "type": "number"
+ },
+ "walkingUncertaintyNote": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "originStop",
+ "destinationStop",
+ "segments",
+ "segmentCounts",
+ "complete"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "routesRequiringRideConnection": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "complete": {
+ "type": "boolean"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "destinationStop": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "id": {
+ "type": "string"
+ },
+ "originStop": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "segmentCounts": {
+ "additionalProperties": false,
+ "properties": {
+ "returned": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "total": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "total",
+ "returned",
+ "truncated"
+ ],
+ "type": "object"
+ },
+ "segments": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "alightAt": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "boardAt": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "lat": {
+ "type": "number"
+ },
+ "lng": {
+ "type": "number"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "currency": {
+ "type": "string"
+ },
+ "fare": {
+ "type": "number"
+ },
+ "routeDestination": {
+ "type": "string"
+ },
+ "routeName": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "boardAt",
+ "alightAt"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalFare": {
+ "type": "number"
+ },
+ "transferCount": {
+ "type": "number"
+ },
+ "walkingDistanceFromDestinationKm": {
+ "type": "number"
+ },
+ "walkingDistanceToPickupKm": {
+ "type": "number"
+ },
+ "walkingUncertaintyNote": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "originStop",
+ "destinationStop",
+ "segments",
+ "segmentCounts",
+ "complete"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "skipNote": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "routes",
+ "routesRequiringRideConnection",
+ "routeCounts",
+ "complete"
+ ],
+ "type": "object"
+ },
+ "status": {
+ "enum": [
+ "complete",
+ "partial"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "data"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "additionalProperties": false,
+ "properties": {
+ "code": {
+ "enum": [
+ "cancelled",
+ "timeout",
+ "unavailable"
+ ],
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "message"
+ ],
+ "type": "object"
+ },
+ "status": {
+ "const": "failed",
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "error"
+ ],
+ "type": "object"
+ }
+]