Skip to content

Commit

Permalink
Updated BSM schema to address field renamings in J2735 2024
Browse files Browse the repository at this point in the history
Signed-off-by: dmccoystephenson <dmccoystephenson@gmail.com>
  • Loading branch information
dmccoystephenson committed Jan 19, 2025
1 parent 501a1f5 commit 6839a93
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions jpo-ode-core/src/main/resources/schemas/schema-bsm.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@
"null"
]
},
"trailers": {
"doNotUse": {
"properties": {
"connection": {
"properties": {
Expand All @@ -1186,7 +1186,7 @@
],
"type": "object"
},
"sspRights": {
"doNotUse": {
"type": "integer"
},
"units": {
Expand Down Expand Up @@ -1391,7 +1391,7 @@
},
"required": [
"connection",
"sspRights",
"doNotUse",
"units"
],
"type": [
Expand Down Expand Up @@ -1434,13 +1434,13 @@
],
"type": "object"
},
"sspRights": {
"doNotUse": {
"type": "integer"
}
},
"required": [
"event",
"sspRights"
"doNotUse"
],
"type": [
"object",
Expand Down Expand Up @@ -1494,12 +1494,12 @@
],
"type": "string"
},
"sspRights": {
"doNotUse": {
"type": "number"
}
},
"required": [
"sspRights",
"doNotUse",
"lightsUse",
"multi",
"sirenUse"
Expand Down Expand Up @@ -1706,7 +1706,7 @@
"null"
]
},
"obstacle": {
"doNotUse3": {
"properties": {
"dateTime": {
"properties": {
Expand Down Expand Up @@ -1843,7 +1843,7 @@
"null"
]
},
"speedProfile": {
"doNotUse4": {
"properties": {
"speedReports": {
"items": {
Expand Down Expand Up @@ -1894,7 +1894,7 @@
"null"
]
},
"theRTCM": {
"doNotUse5": {
"properties": {
"msgs": {
"items": {
Expand Down Expand Up @@ -2012,7 +2012,7 @@
"null"
]
},
"trailerWeight": {
"doNotUse": {
"type": [
"integer",
"null"
Expand All @@ -2025,7 +2025,7 @@
"null"
]
},
"weatherProbe": {
"doNotUse2": {
"properties": {
"airPressure": {
"type": [
Expand Down Expand Up @@ -2095,7 +2095,7 @@
"null"
]
},
"weatherReport": {
"doNotUse1": {
"properties": {
"friction": {
"type": [
Expand Down

0 comments on commit 6839a93

Please sign in to comment.