usdot-jpo-ode / wzdx

The Work Zone Data Exchange (WZDx) Specification aims to make harmonized work zone data provided by infrastructure owners and operators (IOOs) available for third party use, making travel on public roads safer and more efficient through ubiquitous access to data on work zone activity.
Creative Commons Zero v1.0 Universal
91 stars 62 forks source link

Fix typo in JSON schema for WorkerPresenceDefinition #370

Closed j-d-b closed 11 months ago

j-d-b commented 11 months ago

This PR fixes a typo in the WZDx v4.1 and v4.2 Schema WorkerPresenceDefinition enumerated type.

Per the markdown (main) documentation for WorkerPresenceDefinition, the value for when "Mobile equipment is in the work zone event area but is not moving." is mobile-equipment-in-work-zone-not-moving. However, in the schema it is mobile-equipment-in-work-zone-not-working.

This PR changes the schema so that it is consistent with the primary, markdown documentation (that is, "not-moving" rather than "not-working").