Skip to content

Commit

Permalink
JSON schema type updates
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Bjorkengren <ulfbjorkengren@geotab.com>
  • Loading branch information
Ulf Bjorkengren committed Dec 18, 2023
1 parent 099d0b7 commit d7c0764
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/VISSv2_Transport.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,33 +1573,33 @@ <h2>JSON Schema Definitions</h2>
},
"filter": {
"description": "May be specified in order to throttle the demands of subscriptions on the server. See [[viss2-core]], Filter Request chapter.",
"type": "object/array",
"type": "object",
"properties": {
"type": {
"description": "The different filter types.",
"type": "string"
},
"parameter": {
"description": "Parameter(s) for the different filter types",
"type": "object/array"
"type": "object"
}
}
},
"data": {
"description": "Data including path(s) and one or more data point(s).",
"type": "object/array",
"type": "object",
"properties": {
"path": {
"description": "The path to the vehicle signal.",
"type": "string"
},
"dp": {
"description": "Data point including one or more value and time samp",
"type": "object/array",
"type": "object",
"properties": {
"value": {
"description": "The value related to the associated path.",
"type": "string/array/object"
"type": "object"
},
"ts": {
"description": "Time of the value capture. For its format, see [[viss2-core]], Timestamps chapter.",
Expand Down

0 comments on commit d7c0764

Please sign in to comment.