Skip to content

Commit f9b8053

Browse files
thekidderthekaveman
authored andcommitted
Add decommissioned event type reason to agency vehicle_event schema
1 parent 7f8f5cc commit f9b8053

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

agency/post_vehicle_event.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
},
143143
"event_type_reason": {
144144
"enum": [
145-
"missing"
145+
"missing",
146+
"decommissioned"
146147
]
147148
}
148149
}
@@ -247,4 +248,4 @@
247248
}
248249
},
249250
"additionalProperties": false
250-
}
251+
}

0 commit comments

Comments
 (0)