diff --git a/103280/TS_103_280.schema.json b/103280/TS_103_280.schema.json index 1d1e0c0b4722abe16fac4714551cb4df9be95faf..2d8ce9750409290159df4db3147b897b936aeb17 100644 --- a/103280/TS_103_280.schema.json +++ b/103280/TS_103_280.schema.json @@ -196,6 +196,10 @@ "minimum": 0, "maximum": 4095 }, + "VIN": { + "type": "string", + "pattern": "^[A-HJ-NPR-Z0-9]{17}$" + }, "IPAddress": { "oneOf": [ { diff --git a/103280/TS_103_280.xsd b/103280/TS_103_280.xsd index 1eb122884223c99806cb466f1d30c1d01e151110..a24f557b827bb87e926fafee5b548d1c02fde98a 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -278,4 +278,9 @@ + + + + +