From 09f27d6876de472d9a1a350c9b734d3be3d29242 Mon Sep 17 00:00:00 2001 From: Jacob Brady Date: Thu, 8 Jul 2021 16:06:35 -0400 Subject: [PATCH 1/2] Deprecate lane_number --- create-feed/schemas/wzdx_v4.0_feed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-feed/schemas/wzdx_v4.0_feed.json b/create-feed/schemas/wzdx_v4.0_feed.json index 9e906ca8..80e95543 100644 --- a/create-feed/schemas/wzdx_v4.0_feed.json +++ b/create-feed/schemas/wzdx_v4.0_feed.json @@ -411,7 +411,7 @@ "$ref": "#/definitions/LaneType" }, "lane_number": { - "description": "The number assigned to the lane to help identify its position. Flexible, but usually used for regular, driveable lanes", + "description": "***DEPRECATED*** The number assigned to the lane to help identify its position. Flexible, but usually used for regular, driveable lanes", "type": "integer", "minimum": 1 }, From d00f41b308ab7921a6b5e57acf6c417fee540d16 Mon Sep 17 00:00:00 2001 From: Jacob Brady Date: Thu, 8 Jul 2021 22:08:50 -0400 Subject: [PATCH 2/2] Note lane_number is deprecated in markdown --- spec-content/objects/Lane.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec-content/objects/Lane.md b/spec-content/objects/Lane.md index c89bb88a..41de7473 100644 --- a/spec-content/objects/Lane.md +++ b/spec-content/objects/Lane.md @@ -7,8 +7,8 @@ Name | Type | Description | Conformance | Notes `order` | Positive Integer | The position of a lane in sequence on the roadway. This value is used as an index to indicate the order of all WZDx lanes provided for a road event. | Required | A value of `1` must represent the **left-most** lane and an increase in 1 must represent moving a single lane over from the **left**. `type` | [LaneType](/spec-content/enumerated-types/LaneType.md) | An indication of the type of lane or shoulder. | Required | `status` | [LaneStatus](/spec-content/enumerated-types/LaneStatus.md) | Status of the lane for the traveling public. | Required | -`lane_number` | Positive Integer | The number assigned to the lane to help identify its position. Flexible, but usually used for regular, driveable lanes. | Optional | Assigned by counting from the **left** edge of the improved surface. Useful for text to voice translation. `restrictions` | Array; \[[LaneRestriction](/spec-content/objects/LaneRestriction.md)\] | A list of specific restrictions that apply to the lane. | Optional | +`lane_number` (DEPRECATED) | Positive Integer | *This property is deprecated; use `order` to indicate lane positions* — The number assigned to the lane to help identify its position. Flexible, but usually used for regular, driveable lanes. | Optional | Assigned by counting from the **left** edge of the improved surface. ## Used By Property | Object