changedOutput schema / properties / error / properties / data / properties / reason / description
Previous value: -"Machine-readable failure mode. Declared by this tool: `agency_not_found`: Agency ID does not exist on this instance. Other values are possible when a failure originates below the handler."New value: +"Machine-readable failure mode. Declared by this tool: `agency_not_found`: Agency ID does not exist on this instance. `rate_limited`: No upstream request slot opened within the queue wait cap, or OneBusAway returned a rate limit response. Other values are possible when a failure originates below the handler."
changedOutput schema / properties / error / properties / data / properties / reason / examples
Previous value: -[
- "agency_not_found"
-]New value: +[
+ "agency_not_found",
+ "rate_limited"
+]
removedOutput schema / properties / vehicles / items / properties / nextStop / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / vehicles / items / properties / nextStop / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / vehicles / items / properties / orientation / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / vehicles / items / properties / orientation / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / vehicles / items / properties / routeId / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / vehicles / items / properties / routeId / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / vehicles / items / properties / routeShortName / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / vehicles / items / properties / routeShortName / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / vehicles / items / properties / scheduleDeviation / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / vehicles / items / properties / scheduleDeviation / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / vehicles / items / properties / tripHeadsign / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / vehicles / items / properties / tripHeadsign / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / vehicles / items / properties / tripId / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / vehicles / items / properties / tripId / type
Added value: +[
+ "string",
+ "null"
+]