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
89 stars 62 forks source link

Fix Work Zone Feed example GeoJSON files #344

Closed j-d-b closed 1 year ago

j-d-b commented 1 year ago

All example files for the WZDx Work Zone Feed in main are failing validation against the schema because some boolean properties are provided as strings in the example GeoJSON.

This PR updates all example files to change the strings to booleans—all example files then validate against the schema.

j-d-b commented 1 year ago

See #343, which noted this issue.