object
-
elevationnumber -
pathstring required -
priorityinteger -
timestring
OpenAPI schema definition
{
"properties": {
"elevation": {
"type": "number"
},
"path": {
"type": "string"
},
"priority": {
"type": "integer"
},
"time": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}