Skip to content

Commit

Permalink
Add de-registration date property for vehicles
Browse files Browse the repository at this point in the history
Aircraft are sometimes deleted (366 de-registrations from the Malta registry since 2012). Add a field for the de-registration date of a vehicle for when this data point is available.
  • Loading branch information
mattcg authored and pudo committed Jun 27, 2023
1 parent a223ac3 commit 74c9c6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions followthemoney/schema/Vehicle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Vehicle:
start:
- buildDate
- registrationDate
end:
- deregistrationDate
properties:
registrationNumber:
label: Registration number
Expand Down Expand Up @@ -44,3 +46,6 @@ Vehicle:
registrationDate:
label: Registration Date
type: date
deregistrationDate:
label: De-registration Date
type: date

0 comments on commit 74c9c6d

Please sign in to comment.