schema: add DENM JSON schema v2.3.0#531
Merged
mathieu1fb merged 3 commits intoMay 28, 2026
Merged
Conversation
Collaborator
|
After reviewing DENM spec, I would prefer that we follow the same structure : the We do not need to specify everything present in the |
mathieu1fb
reviewed
May 27, 2026
mathieu1fb
reviewed
May 27, 2026
543fe2d to
6315537
Compare
Signed-off-by: Raphael Ramanantsoa <raphael.ramanantsoa@orange.com>
Signed-off-by: Raphael Ramanantsoa <raphael.ramanantsoa@orange.com>
Signed-off-by: Raphael Ramanantsoa <raphael.ramanantsoa@orange.com>
6315537 to
e1cc007
Compare
mathieu1fb
approved these changes
May 28, 2026
Collaborator
mathieu1fb
left a comment
There was a problem hiding this comment.
Thanks for the update, approved!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the DENM (Decentralized Environmental Notification Message) JSON Schema v2.3.0 at
schema/denm/denm_schema_2-3-0.json.This version extends the
alacarteoptional container to follow the ETSI spec structure, introducing a properstationary_vehicle_containerwith all fields defined inStationaryVehicleContainer.Changes
schema/denm/denm_schema_2-3-0.json— full JSON Schema for DENM messages (v2.3.0)alacartecontainer with:lane_position— transversal position on the carriagewaystationary_vehicle_container— nested container followingStationaryVehicleContainer(ETSI EN 302 637-3), with:stationary_since— duration the vehicle has been stationarystationary_cause— main and sub cause codecarrying_dangerous_goods— dangerous goods type and UN numbernumber_of_occupants— number of occupants in the vehiclevehicle_identification— WMI code and VDSenergy_storage_type— energy storage bitmaskAll fields are optional, consistent with the ETSI ASN.1 definition.