changedOutput schema / properties / passes / items / properties / dateUpdated / description
Previous value: -"Timestamp of the last condition update."New value: +"Timestamp of the last condition update (ISO 8601)."
changedOutput schema / properties / passes / items / properties / restrictionOne / description
Previous value: -"Primary travel restriction, if any."New value: +"Primary travel/traction restriction (typically one direction of travel)."
removedOutput schema / properties / passes / items / properties / restrictionOne / properties / comment
Removed value: -{
- "description": "Restriction description (e.g. \"Traction Tires Required\").",
- "type": "string"
-}
addedOutput schema / properties / passes / items / properties / restrictionOne / properties / text
Added value: +{
+ "description": "Restriction / traction-law text (e.g. \"Traction Tires Required, Chains Required (Except All Wheel Drive)\"). Reads \"No current information available\" or \"No restrictions\" when nothing is in effect.",
+ "type": "string"
+}
addedOutput schema / properties / passes / items / properties / restrictionOne / properties / travelDirection
Added value: +{
+ "description": "Direction this restriction applies to (e.g. \"Northbound\", \"Eastbound\", \"Both directions\").",
+ "type": "string"
+}
removedOutput schema / properties / passes / items / properties / restrictionOne / properties / type
Removed value: -{
- "description": "Restriction type code.",
- "type": "string"
-}
changedOutput schema / properties / passes / items / properties / restrictionTwo / description
Previous value: -"Secondary travel restriction, if any."New value: +"Secondary travel/traction restriction (typically the opposite direction)."
removedOutput schema / properties / passes / items / properties / restrictionTwo / properties / comment
Removed value: -{
- "description": "Restriction description.",
- "type": "string"
-}
addedOutput schema / properties / passes / items / properties / restrictionTwo / properties / text
Added value: +{
+ "description": "Restriction / traction-law text for the second direction.",
+ "type": "string"
+}
addedOutput schema / properties / passes / items / properties / restrictionTwo / properties / travelDirection
Added value: +{
+ "description": "Direction this restriction applies to (e.g. \"Southbound\", \"Westbound\").",
+ "type": "string"
+}
removedOutput schema / properties / passes / items / properties / restrictionTwo / properties / type
Removed value: -{
- "description": "Restriction type code.",
- "type": "string"
-}