Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 1.03 KB

Restriction.md

File metadata and controls

15 lines (13 loc) · 1.03 KB

Restriction Object

The Restriction object describes a restriction on a roadway or lane. This object is used by the WorkZoneRoadEvent and Lane objects.

Properties

Name Type Description Conformance Notes
type RestrictionType The type of restriction being enforced. Required
value Number A value associated with the restriction, if applicable. Optional For example, if type is reduced-height, value and unit together would allow indicating what value the height was reduced to.
unit UnitOfMeasurement Unit of measurement for the restriction value, if applicable. Conditional: required if value is not null.

Used By

Property Object
restrictions WorkZoneRoadEvent
restrictions Lane