From 64b5db65870ed5980fb34dee62704b81f26519c6 Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 23 Jan 2024 12:29:11 +0000 Subject: [PATCH] Adding definition of VIN --- 103280/TS_103_280.schema.json | 4 ++++ 103280/TS_103_280.xsd | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/103280/TS_103_280.schema.json b/103280/TS_103_280.schema.json index 1d1e0c0..2d8ce97 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 1eb1228..a24f557 100644 --- a/103280/TS_103_280.xsd +++ b/103280/TS_103_280.xsd @@ -278,4 +278,9 @@ + + + + + -- GitLab