V2X messages JSON validator
Changelog
2020/02/12
- FIX: require the CAM generation_delta_time instead of generation_delta
2020/01/30
- FIX: claim a path history list with at the most 40 elements
- FEAT: update the lane_position description
- FEAT: disallow additional properties on the root level
- FIX: activate the path_position requirement
- FIX: claim a DENM traces root list with at least 1 and at the most 7 elements
- FIX: activate the DENM traces requirement
- FEAT: add the DENM path_history field, to be iso with the CAM path_history field
- FEAT: update the DENM detection_time to the ETSI TS 102 894-2 V1.3.1 (2018-08)
- FEAT: update the DENM reference_time to the ETSI TS 102 894-2 V1.3.1 (2018-08)
- FEAT: update the CAM curvature to the ETSI TS 102 894-2 V1.3.1 (2018-08)
- FEAT: fix the CAM acceleration_control size to 7
- FEAT: fix the CAM exterior_lights size to 8
2020/01/20
- FEAT: add standard examples with not required but useful fields
- FEAT: remove the new optional fields into the basic examples
- FIX: rename origin_station_id by originating_station_id
- FIX: remove the bad end of the altitude descriptions
- FEAT: add missing descriptions
- FEAT: add unavailable value as the default value when defined
- FEAT: add unknown value as the default value when defined
- FEAT: add default value as the default value when defined
- FEAT: suspend the station_type requirement
- FEAT: suspend the confidence requirements
- FEAT: suspend the position_confidence_ellipse requirement
- FEAT: suspend the semi_major_confidence position_confidence_ellipse requirement
- FEAT: suspend the semi_minor_confidence position_confidence_ellipse requirement
- FEAT: suspend the semi_major_orientation position_confidence_ellipse requirement
- FEAT: suspend the altitude confidence requirement
- FEAT: suspend the path_position requirement
- FEAT: suspend the delta_latitude requirement
- FEAT: suspend the delta_longitude requirement
- FEAT: suspend the delta_altitude requirement
- FEAT: suspend the CAM heading requirement
- FEAT: suspend the CAM speed requirement
- FEAT: suspend the CAM drive_direction requirement
- FEAT: suspend the CAM vehicle_length requirement
- FEAT: suspend the CAM vehicle_width requirement
- FEAT: suspend the CAM curvature requirement
- FEAT: suspend the CAM curvature_calculation_mode requirement
- FEAT: suspend the CAM longitudinal_acceleration requirement
- FEAT: suspend the CAM yaw_rate requirement
- FEAT: suspend the CAM heading confidence requirement
- FEAT: suspend the CAM speed confidence requirement
- FEAT: suspend the CAM vehicle_length confidence requirement
- FEAT: suspend the CAM yaw_rate confidence requirement
- FEAT: suspend the CAM vehicle_role requirement
- FEAT: suspend the CAM path_history requirement
- FEAT: suspend the DENM information_quality requirement
- FEAT: suspend the DENM subcause requirements
- FEAT: suspend the DENM trace requirement
2020/01/08
- FIX: update fields according to the ETSI specifications
- FIX: fix html minor errors
- FEAT: provide a complete full example
2019/12/12
- FIX: Etsi timestamp min and max values changed due to an error in the previous calculus
- FEAT: exterior_lights as an optional field in CAM
2019/12/11
- FIX: rename high_freq and low_freq to high_frequency and low_frequency
- FIX: use confidence instead of accuracy
2019/12/09
- FIX: detection_time and reference_time for DENM are now in ETSI-ITS timestamp
- FEAT: unit in the description of every field for CAM and DENM
- FEAT: add many optional fields including accuracy for CAM and DENM
- FEAT: DENM and CAM examples with all optional fields
- FEAT: changelog page
2019/12/02
- First version of CAM and DENM json schema