Skip to content

Commit

Permalink
Added link to schema-filtered-bsm.json to schemas README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Jan 30, 2023
1 parent 508b885 commit 7aafe84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The jpo-ode supports receiving and decoding ASN1 messages from RSUs. The support
- [topic.OdeSpatJson](../../jpo-ode-core/src/main/resources/schemas/schema-spat.json)
- [topic.OdeSrmJson](../../jpo-ode-core/src/main/resources/schemas/schema-srm.json)
- [topic.OdeSsmJson](../../jpo-ode-core/src/main/resources/schemas/schema-ssm.json)
- [topic.FilteredOdeBsmJson](../../jpo-ode-core/src/main/resources/schemas/schema-filtered-bsm.json)

The output JSON of the ODE is complex but it is similar to the official standard of J2735 with some minor differences due to the form of their deserialized POJOs. To help implement proper data validation for the JSON output of the ODE into any data pipeline infrastructure, you may use the provided validation schemas within this directory.

Expand Down

0 comments on commit 7aafe84

Please sign in to comment.