Skip to content

Commit 005c0a1

Browse files
authored
Updated schema to include all states
1 parent c1f619f commit 005c0a1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

provider/vehicles.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,12 @@
394394
"last_vehicle_state": {
395395
"enum": [
396396
"available",
397+
"elsewhere",
397398
"non_operational",
398-
"reserved"
399+
"on_trip",
400+
"removed",
401+
"reserved",
402+
"unknown"
399403
]
400404
}
401405
}
@@ -562,4 +566,4 @@
562566
}
563567
},
564568
"additionalProperties": false
565-
}
569+
}

0 commit comments

Comments
 (0)