Skip to content

Commit

Permalink
JSON schema syntax update.
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Bjorkengren <[email protected]>
  • Loading branch information
Ulf Bjorkengren committed Dec 11, 2023
1 parent 433a4de commit ff45687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/VISSv2_Transport.html
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@ <h2>JSON Schema Definitions</h2>
"definitions": {
"action": {
"enum": [ "get", "set", "subscribe", "subscription", "unsubscribe"],
"description": "The type of action requested by the client and/or delivered by the server",
"description": "The type of action requested by the client and/or delivered by the server"
},
"path": {
"description": "The path to the desired vehicle signal(s). It may require synthesis with additional path data, see [[viss2-core]], Paths Filter Operation chapter.",
Expand All @@ -1580,7 +1580,7 @@ <h2>JSON Schema Definitions</h2>
},
"parameter": {
"description": "Parameter(s) for the different filter types",
"type": "object/array",
"type": "object/array"
}
}
},
Expand Down

0 comments on commit ff45687

Please sign in to comment.