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

Updated examples spring 2021 #163

Closed sknick-iastate closed 3 years ago

sknick-iastate commented 3 years ago

This PR updates the examples to include all proposed changes for spring 2021.

The examples were expanded to include additional road events modeled after the scenarios here. Below is a summary of the examples that were created:

Throughout the examples, various optional fields were used as well as a variety of enumerations including the verified location/time. I also tried to remove all depreciated fields. I expect that addition examples can be added in the future based on feedback.

I included reference to the new examples but didn't refer to the scenarios in the discussions. I think it would be valuable to add the link if this is acceptable.

j-d-b commented 3 years ago

@sknick-iastate wow! Lots of new examples—impressive content.

sknick-iastate commented 3 years ago

@sknick-iastate I checked a few of these example files again the schema, using https://www.jsonschemavalidator.net/s/ykYbPPxM, and they did not pass, mostly due to the formatting of road_names. Can you validate each example against the current schema (wzdx_vNext_feed.json in the spring-2021-release branch) and make the necessary changes so that each pass?

Thanks @j-d-b ! I went through and resolved the issues.