Skip to content

Commit

Permalink
Add RegExp pattern for VehicleIdentification.VIN property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostadin-Ivanov committed Oct 28, 2024
1 parent c3d18bd commit 77b8bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/Vehicle/Vehicle.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ VehicleIdentification.VIN:
datatype: string
type: attribute
description: 17-character Vehicle Identification Number (VIN) as defined by ISO 3779.
pattern: ^([0-9A-HJ-NPR-Z]{3})([0-9A-HJ-NPR-Z]{6})([0-9A-HJ-NPR-Z]{4}[0-9]{4})$

VehicleIdentification.WMI:
datatype: string
Expand Down

0 comments on commit 77b8bdc

Please sign in to comment.